Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/go/proto/hmac_prf_go_proto/
H A 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 …]
/aosp_15_r20/external/tink/python/tink/proto/
H A Dhmac_prf.proto38 message HmacPrfKeyFormat { message
/aosp_15_r20/external/tink/cc/proto/
H A Dhmac_prf.proto38 message HmacPrfKeyFormat { message
/aosp_15_r20/external/tink/proto/
H A Dhmac_prf.proto38 message HmacPrfKeyFormat { message
/aosp_15_r20/external/tink/java_src/proto/
H A Dhmac_prf.proto38 message HmacPrfKeyFormat { message
/aosp_15_r20/external/tink/go/prf/
H A Dhmac_prf_key_manager_test.go445 func validateHMACPRFKey(format *hmacpb.HmacPrfKeyFormat, key *hmacpb.HmacPrfKey) 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 ...