Home
last modified time | relevance | path

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

/external/tink/go/proto/aes_cmac_go_proto/
Daes_cmac.pb.go150 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 …]
/external/tink-java/proto/
Daes_cmac.proto36 message AesCmacKeyFormat { message
/external/tink/proto/
Daes_cmac.proto36 message AesCmacKeyFormat { message
/external/tink/java_src/proto/
Daes_cmac.proto36 message AesCmacKeyFormat { message
/external/tink/cc/proto/
Daes_cmac.proto36 message AesCmacKeyFormat { message
/external/tink/python/tink/proto/
Daes_cmac.proto36 message AesCmacKeyFormat { message
/external/tink/go/mac/
Daes_cmac_key_manager_test.go257 func validateCMACKey(format *cmacpb.AesCmacKeyFormat, key *cmacpb.AesCmacKey) error {