Searched defs:XChaCha20Poly1305Key (Results 1 – 9 of 9) sorted by relevance
/external/tink/go/proto/xchacha20_poly1305_go_proto/ |
D | xchacha20_poly1305.pb.go | 87 type XChaCha20Poly1305Key struct { struct 88 state protoimpl.MessageState 89 sizeCache protoimpl.SizeCache 90 unknownFields protoimpl.UnknownFields 92 Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` 93 …alue []byte `protobuf:"bytes,3,opt,name=key_value,json=keyValue,proto3" json:"key_value,omitempty"` 96 func (x *XChaCha20Poly1305Key) Reset() { 105 func (x *XChaCha20Poly1305Key) String() string { 109 func (*XChaCha20Poly1305Key) ProtoMessage() {} 111 func (x *XChaCha20Poly1305Key) ProtoReflect() protoreflect.Message { [all …]
|
/external/tink-java/src/main/java/com/google/crypto/tink/aead/ |
D | XChaCha20Poly1305Key.java | 39 public final class XChaCha20Poly1305Key extends AeadKey { class 45 private XChaCha20Poly1305Key( in XChaCha20Poly1305Key() method in XChaCha20Poly1305Key
|
/external/tink/go/aead/ |
D | xchacha20poly1305_key_manager_test.go | 283 func validateXChaCha20Poly1305Primitive(p interface{}, key *xpb.XChaCha20Poly1305Key) error { 306 func validateXChaCha20Poly1305Key(key *xpb.XChaCha20Poly1305Key) error {
|
/external/tink/java_src/src/main/java/com/google/crypto/tink/aead/ |
D | XChaCha20Poly1305Key.java | 41 public final class XChaCha20Poly1305Key extends AeadKey { class 47 private XChaCha20Poly1305Key( in XChaCha20Poly1305Key() method in XChaCha20Poly1305Key
|
/external/tink/proto/ |
D | xchacha20_poly1305.proto | 30 message XChaCha20Poly1305Key { message
|
/external/tink-java/proto/ |
D | xchacha20_poly1305.proto | 30 message XChaCha20Poly1305Key { message
|
/external/tink/python/tink/proto/ |
D | xchacha20_poly1305.proto | 30 message XChaCha20Poly1305Key { message
|
/external/tink/cc/proto/ |
D | xchacha20_poly1305.proto | 30 message XChaCha20Poly1305Key { message
|
/external/tink/java_src/proto/ |
D | xchacha20_poly1305.proto | 30 message XChaCha20Poly1305Key { message
|