Searched defs:ChaCha20Poly1305Key (Results 1 – 9 of 9) sorted by relevance
/external/tink/go/proto/chacha20_poly1305_go_proto/ |
D | chacha20_poly1305.pb.go | 80 type ChaCha20Poly1305Key struct { struct 81 state protoimpl.MessageState 82 sizeCache protoimpl.SizeCache 83 unknownFields protoimpl.UnknownFields 85 Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` 86 …alue []byte `protobuf:"bytes,2,opt,name=key_value,json=keyValue,proto3" json:"key_value,omitempty"` 89 func (x *ChaCha20Poly1305Key) Reset() { 98 func (x *ChaCha20Poly1305Key) String() string { 102 func (*ChaCha20Poly1305Key) ProtoMessage() {} 104 func (x *ChaCha20Poly1305Key) ProtoReflect() protoreflect.Message { [all …]
|
/external/tink/go/aead/ |
D | chacha20poly1305_key_manager_test.go | 151 func validateChaCha20Poly1305Primitive(p interface{}, key *cppb.ChaCha20Poly1305Key) error { 174 func validateChaCha20Poly1305Key(key *cppb.ChaCha20Poly1305Key) error {
|
/external/tink/java_src/src/main/java/com/google/crypto/tink/aead/ |
D | ChaCha20Poly1305Key.java | 40 public final class ChaCha20Poly1305Key extends AeadKey { class 46 private ChaCha20Poly1305Key( in ChaCha20Poly1305Key() method in ChaCha20Poly1305Key
|
/external/tink-java/src/main/java/com/google/crypto/tink/aead/ |
D | ChaCha20Poly1305Key.java | 38 public final class ChaCha20Poly1305Key extends AeadKey { class 44 private ChaCha20Poly1305Key( in ChaCha20Poly1305Key() method in ChaCha20Poly1305Key
|
/external/tink-java/proto/ |
D | chacha20_poly1305.proto | 30 message ChaCha20Poly1305Key { message
|
/external/tink/proto/ |
D | chacha20_poly1305.proto | 30 message ChaCha20Poly1305Key { message
|
/external/tink/python/tink/proto/ |
D | chacha20_poly1305.proto | 30 message ChaCha20Poly1305Key { message
|
/external/tink/java_src/proto/ |
D | chacha20_poly1305.proto | 30 message ChaCha20Poly1305Key { message
|
/external/tink/cc/proto/ |
D | chacha20_poly1305.proto | 30 message ChaCha20Poly1305Key { message
|