Searched defs:AesCmacKeyFormat (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tink/go/proto/aes_cmac_go_proto/ |
H A D | aes_cmac.pb.go | 150 type AesCmacKeyFormat struct { struct 151 state protoimpl.MessageState 152 sizeCache protoimpl.SizeCache 153 unknownFields protoimpl.UnknownFields 155 …int32 `protobuf:"varint,1,opt,name=key_size,json=keySize,proto3" json:"key_size,omitempty"` 156 Params *AesCmacParams `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"` 159 func (x *AesCmacKeyFormat) Reset() { 168 func (x *AesCmacKeyFormat) String() string { 172 func (*AesCmacKeyFormat) ProtoMessage() {} 174 func (x *AesCmacKeyFormat) ProtoReflect() protoreflect.Message { [all …]
|
/aosp_15_r20/external/tink/python/tink/proto/ |
H A D | aes_cmac.proto | 36 message AesCmacKeyFormat { message
|
/aosp_15_r20/external/tink/proto/ |
H A D | aes_cmac.proto | 36 message AesCmacKeyFormat { message
|
/aosp_15_r20/external/tink/cc/proto/ |
H A D | aes_cmac.proto | 36 message AesCmacKeyFormat { message
|
/aosp_15_r20/external/tink/java_src/proto/ |
H A D | aes_cmac.proto | 36 message AesCmacKeyFormat { message
|
/aosp_15_r20/external/tink/go/mac/ |
H A D | aes_cmac_key_manager_test.go | 257 func validateCMACKey(format *cmacpb.AesCmacKeyFormat, key *cmacpb.AesCmacKey) error {
|
/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 ... |