Home
last modified time | relevance | path

Searched defs:HmacPrfKeyFormat (Results 1 – 6 of 6) sorted by relevance

/external/tink/go/proto/hmac_prf_go_proto/
Dhmac_prf.pb.go151 type HmacPrfKeyFormat struct { struct
152 state protoimpl.MessageState
153 sizeCache protoimpl.SizeCache
154 unknownFields protoimpl.UnknownFields
156 Params *HmacPrfParams `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
157 …int32 `protobuf:"varint,2,opt,name=key_size,json=keySize,proto3" json:"key_size,omitempty"`
158 Version uint32 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
161 func (x *HmacPrfKeyFormat) Reset() {
170 func (x *HmacPrfKeyFormat) String() string {
174 func (*HmacPrfKeyFormat) ProtoMessage() {}
[all …]
/external/tink/proto/
Dhmac_prf.proto38 message HmacPrfKeyFormat { message
/external/tink/java_src/proto/
Dhmac_prf.proto38 message HmacPrfKeyFormat { message
/external/tink/python/tink/proto/
Dhmac_prf.proto38 message HmacPrfKeyFormat { message
/external/tink/cc/proto/
Dhmac_prf.proto38 message HmacPrfKeyFormat { message
/external/tink/go/prf/
Dhmac_prf_key_manager_test.go445 func validateHMACPRFKey(format *hmacpb.HmacPrfKeyFormat, key *hmacpb.HmacPrfKey) error {