Searched refs:JwtHmacAlgorithm_HS512 (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tink/go/jwt/ |
H A D | jwt_hmac_key_manager_test.go | 84 keyFormat: generateKeyFormat(63, jwtmacpb.JwtHmacAlgorithm_HS512), 143 keyFormat: generateKeyFormat(64, jwtmacpb.JwtHmacAlgorithm_HS512), 230 key: generateKey(64, 0, jwtmacpb.JwtHmacAlgorithm_HS512, nil), 234 …key: generateKey(64, 0, jwtmacpb.JwtHmacAlgorithm_HS512, &jwtmacpb.JwtHmacKey_CustomKid{Value: "12… 286 key: generateKey(63, 0, jwtmacpb.JwtHmacAlgorithm_HS512, nil),
|
H A D | jwt_hmac_key_manager.go | 46 jwtmacpb.JwtHmacAlgorithm_HS512: "SHA512", 52 jwtmacpb.JwtHmacAlgorithm_HS512: 64,
|
H A D | jwt_key_templates.go | 127 return createJWTHMACKeyTemplate(64, jwtmacpb.JwtHmacAlgorithm_HS512, tinkpb.OutputPrefixType_TINK) 133 return createJWTHMACKeyTemplate(64, jwtmacpb.JwtHmacAlgorithm_HS512, tinkpb.OutputPrefixType_RAW)
|
/aosp_15_r20/external/tink/go/proto/jwt_hmac_go_proto/ |
H A D | jwt_hmac.pb.go | 46 JwtHmacAlgorithm_HS512 JwtHmacAlgorithm = 3 // HMAC using SHA-512 const
|