MCPcopy
hub / github.com/Velocidex/velociraptor / _Cipher

Struct _Cipher

crypto/client/cipher.go:40–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38)
39
40type _Cipher struct {
41 key_size int
42 source string
43 cipher_properties *crypto_proto.CipherProperties
44 cipher_metadata *crypto_proto.CipherMetadata
45 encrypted_cipher []byte
46 encrypted_cipher_metadata []byte
47 authenticated bool
48}
49
50func (self *_Cipher) Size() int {
51 return 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected