Home
last modified time | relevance | path

Searched defs:JwtHmacAlgorithm (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tink/go/jwt/
H A Djwt_hmac_key_manager_test.go42 func generateKeyFormat(keySize uint32, algorithm jwtmacpb.JwtHmacAlgorithm) *jwtmacpb.JwtHmacKeyFor…
201 func generateKey(keySize, version uint32, algorithm jwtmacpb.JwtHmacAlgorithm, kid *jwtmacpb.JwtHma…
H A Djwt_mac_factory_test.go35 func newJWTHMACKey(algorithm jwtmacpb.JwtHmacAlgorithm, kid *jwtmacpb.JwtHmacKey_CustomKid) *jwtmac…
H A Djwt_key_templates.go31 func createJWTHMACKeyTemplate(keySize uint32, algorithm jwtmacpb.JwtHmacAlgorithm, outputPrefixType…
/aosp_15_r20/external/tink/proto/
H A Djwt_hmac.proto26 enum JwtHmacAlgorithm { enum
/aosp_15_r20/external/tink/python/tink/proto/
H A Djwt_hmac.proto26 enum JwtHmacAlgorithm { enum
/aosp_15_r20/external/tink/java_src/proto/
H A Djwt_hmac.proto26 enum JwtHmacAlgorithm { enum
/aosp_15_r20/external/tink/cc/proto/
H A Djwt_hmac.proto26 enum JwtHmacAlgorithm { enum
/aosp_15_r20/external/tink/python/tink/jwt/
H A D_jwt_key_templates.py27 algorithm: jwt_hmac_pb2.JwtHmacAlgorithm, key_size: int,
/aosp_15_r20/external/tink/testing/cross_language/
H A Dkey_generation_consistency_test.py160 algorithm: jwt_hmac_pb2.JwtHmacAlgorithm, key_size: int,
/aosp_15_r20/external/tink/go/proto/jwt_hmac_go_proto/
H A Djwt_hmac.pb.go40 type JwtHmacAlgorithm int32 type