Searched defs:HmacPrfKey (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/tink/go/proto/hmac_prf_go_proto/ |
H A D | hmac_prf.pb.go | 88 type HmacPrfKey struct { struct 89 state protoimpl.MessageState 90 sizeCache protoimpl.SizeCache 91 unknownFields protoimpl.UnknownFields 93 Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` 94 Params *HmacPrfParams `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"` 95 …yte `protobuf:"bytes,3,opt,name=key_value,json=keyValue,proto3" json:"key_value,omitempty"` 98 func (x *HmacPrfKey) Reset() { 107 func (x *HmacPrfKey) String() string { 111 func (*HmacPrfKey) ProtoMessage() {} [all …]
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/prf/ |
H A D | HmacPrfKey.java | 37 public final class HmacPrfKey extends PrfKey { class 73 private HmacPrfKey(HmacPrfParameters parameters, SecretBytes keyBytes) { in HmacPrfKey() method in HmacPrfKey
|
/aosp_15_r20/external/tink/go/prf/ |
H A D | hmac_prf_key_manager_test.go | 445 func validateHMACPRFKey(format *hmacpb.HmacPrfKeyFormat, key *hmacpb.HmacPrfKey) error { 458 func validateHMACPRFPrimitive(p interface{}, key *hmacpb.HmacPrfKey) error {
|
/aosp_15_r20/external/tink/python/tink/proto/ |
H A D | hmac_prf.proto | 32 message HmacPrfKey { message
|
/aosp_15_r20/external/tink/cc/proto/ |
H A D | hmac_prf.proto | 32 message HmacPrfKey { message
|
/aosp_15_r20/external/tink/proto/ |
H A D | hmac_prf.proto | 32 message HmacPrfKey { message
|
/aosp_15_r20/external/tink/java_src/proto/ |
H A D | hmac_prf.proto | 32 message HmacPrfKey { message
|
/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 ... |