Searched refs:NewHMACPRFKeyFormat (Results 1 – 2 of 2) sorted by relevance
83 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),
651 func NewHMACPRFKeyFormat(hashType commonpb.HashType) *hmacprfpb.HmacPrfKeyFormat { func