Searched defs:XChaCha20Poly1305Key (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/tink/go/proto/xchacha20_poly1305_go_proto/ |
H A 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 …]
|
/aosp_15_r20/external/tink/go/aead/ |
H A D | xchacha20poly1305_key_manager_test.go | 283 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 D | XChaCha20Poly1305Key.java | 41 public final class XChaCha20Poly1305Key extends AeadKey { class 47 private XChaCha20Poly1305Key( in XChaCha20Poly1305Key() method in XChaCha20Poly1305Key
|
/aosp_15_r20/external/tink/proto/ |
H A D | xchacha20_poly1305.proto | 30 message XChaCha20Poly1305Key { message
|
/aosp_15_r20/external/tink/cc/proto/ |
H A D | xchacha20_poly1305.proto | 30 message XChaCha20Poly1305Key { message
|
/aosp_15_r20/external/tink/java_src/proto/ |
H A D | xchacha20_poly1305.proto | 30 message XChaCha20Poly1305Key { message
|
/aosp_15_r20/external/tink/python/tink/proto/ |
H A D | xchacha20_poly1305.proto | 30 message XChaCha20Poly1305Key { message
|
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/ |
D | tink-android-1.5.0.jar | com/google/crypto/tink/subtle/prf/StreamingPrf.class
StreamingPrf.java
package ... |