Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/go/proto/chacha20_poly1305_go_proto/
H A Dchacha20_poly1305.pb.go80 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 …]
/aosp_15_r20/external/tink/go/aead/
H A Dchacha20poly1305_key_manager_test.go151 func validateChaCha20Poly1305Primitive(p interface{}, key *cppb.ChaCha20Poly1305Key) error {
174 func validateChaCha20Poly1305Key(key *cppb.ChaCha20Poly1305Key) error {
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/aead/
H A DChaCha20Poly1305Key.java40 public final class ChaCha20Poly1305Key extends AeadKey { class
46 private ChaCha20Poly1305Key( in ChaCha20Poly1305Key() method in ChaCha20Poly1305Key
/aosp_15_r20/external/tink/python/tink/proto/
H A Dchacha20_poly1305.proto30 message ChaCha20Poly1305Key { message
/aosp_15_r20/external/tink/cc/proto/
H A Dchacha20_poly1305.proto30 message ChaCha20Poly1305Key { message
/aosp_15_r20/external/tink/proto/
H A Dchacha20_poly1305.proto30 message ChaCha20Poly1305Key { message
/aosp_15_r20/external/tink/java_src/proto/
H A Dchacha20_poly1305.proto30 message ChaCha20Poly1305Key { 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 ...