Home
last modified time | relevance | path

Searched defs:AesGcmKeyFormat (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tink/go/proto/aes_gcm_go_proto/
H A Daes_gcm.pb.go39 type AesGcmKeyFormat struct { struct
40 state protoimpl.MessageState
41 sizeCache protoimpl.SizeCache
42 unknownFields protoimpl.UnknownFields
44 …eySize uint32 `protobuf:"varint,2,opt,name=key_size,json=keySize,proto3" json:"key_size,omitempty"`
45 Version uint32 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
48 func (x *AesGcmKeyFormat) Reset() {
57 func (x *AesGcmKeyFormat) String() string {
61 func (*AesGcmKeyFormat) ProtoMessage() {}
63 func (x *AesGcmKeyFormat) ProtoReflect() protoreflect.Message {
[all …]
/aosp_15_r20/external/tink/java_src/proto/
H A Daes_gcm.proto26 message AesGcmKeyFormat { message
/aosp_15_r20/external/tink/python/tink/proto/
H A Daes_gcm.proto26 message AesGcmKeyFormat { message
/aosp_15_r20/external/tink/cc/proto/
H A Daes_gcm.proto26 message AesGcmKeyFormat { message
/aosp_15_r20/external/tink/proto/
H A Daes_gcm.proto26 message AesGcmKeyFormat { message
/aosp_15_r20/external/tink/go/aead/
H A Daes_gcm_key_manager_test.go401 func validateAESGCMKey(key *gcmpb.AesGcmKey, format *gcmpb.AesGcmKeyFormat) error {
/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 ...