Home
last modified time | relevance | path

Searched refs:NewHMACPRFKeyFormat (Results 1 – 2 of 2) sorted by relevance

/external/tink/go/prf/
Dhmac_prf_key_manager_test.go83 serializedFormat, _ := proto.Marshal(testutil.NewHMACPRFKeyFormat(commonpb.HashType_SHA256))
416 shortKeyFormat := testutil.NewHMACPRFKeyFormat(commonpb.HashType_SHA256)
424 testutil.NewHMACPRFKeyFormat(commonpb.HashType_UNKNOWN_HASH),
430 testutil.NewHMACPRFKeyFormat(commonpb.HashType_SHA1),
431 testutil.NewHMACPRFKeyFormat(commonpb.HashType_SHA256),
432 testutil.NewHMACPRFKeyFormat(commonpb.HashType_SHA512),
/external/tink/go/testutil/
Dtestutil.go651 func NewHMACPRFKeyFormat(hashType commonpb.HashType) *hmacprfpb.HmacPrfKeyFormat { func