Home
last modified time | relevance | path

Searched defs:XChaCha20Poly1305Key (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tink/go/proto/xchacha20_poly1305_go_proto/
H A Dxchacha20_poly1305.pb.go87 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 …]
/aosp_15_r20/external/tink/go/aead/
H A Dxchacha20poly1305_key_manager_test.go283 func validateXChaCha20Poly1305Primitive(p interface{}, key *xpb.XChaCha20Poly1305Key) error {
306 func validateXChaCha20Poly1305Key(key *xpb.XChaCha20Poly1305Key) error {
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/aead/
H A DXChaCha20Poly1305Key.java41 public final class XChaCha20Poly1305Key extends AeadKey { class
47 private XChaCha20Poly1305Key( in XChaCha20Poly1305Key() method in XChaCha20Poly1305Key
/aosp_15_r20/external/tink/proto/
H A Dxchacha20_poly1305.proto30 message XChaCha20Poly1305Key { message
/aosp_15_r20/external/tink/cc/proto/
H A Dxchacha20_poly1305.proto30 message XChaCha20Poly1305Key { message
/aosp_15_r20/external/tink/java_src/proto/
H A Dxchacha20_poly1305.proto30 message XChaCha20Poly1305Key { message
/aosp_15_r20/external/tink/python/tink/proto/
H A Dxchacha20_poly1305.proto30 message XChaCha20Poly1305Key { message
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...