Home
last modified time | relevance | path

Searched refs:jwt_ecdsa_public_key (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tink/cc/jwt/internal/
H A Djwt_ecdsa_verify_key_manager.cc35 const JwtEcdsaPublicKey& jwt_ecdsa_public_key) const { in Create()
36 StatusOr<std::string> name = AlgorithmName(jwt_ecdsa_public_key.algorithm()); in Create()
41 raw_key_manager_.GetPrimitive<PublicKeyVerify>(jwt_ecdsa_public_key); in Create()
46 if (jwt_ecdsa_public_key.has_custom_kid()) { in Create()
47 custom_kid = jwt_ecdsa_public_key.custom_kid().value(); in Create()
H A Draw_jwt_ecdsa_verify_key_manager.cc49 const JwtEcdsaPublicKey& jwt_ecdsa_public_key) const { in Create()
52 CurveForEcdsaAlgorithm(jwt_ecdsa_public_key.algorithm()); in Create()
57 ec_key.pub_x = jwt_ecdsa_public_key.x(); in Create()
58 ec_key.pub_y = jwt_ecdsa_public_key.y(); in Create()
60 HashForEcdsaAlgorithm(jwt_ecdsa_public_key.algorithm()); in Create()
H A Draw_jwt_ecdsa_sign_key_manager.cc68 auto jwt_ecdsa_public_key = jwt_ecdsa_private_key.mutable_public_key(); in CreateKey() local
69 jwt_ecdsa_public_key->set_version(get_version()); in CreateKey()
70 jwt_ecdsa_public_key->set_x(ec_key->pub_x); in CreateKey()
71 jwt_ecdsa_public_key->set_y(ec_key->pub_y); in CreateKey()
72 jwt_ecdsa_public_key->set_algorithm(jwt_ecdsa_key_format.algorithm()); in CreateKey()
H A Djwt_ecdsa_verify_key_manager.h42 Create(const google::crypto::tink::JwtEcdsaPublicKey& jwt_ecdsa_public_key)
H A Draw_jwt_ecdsa_verify_key_manager.h44 const google::crypto::tink::JwtEcdsaPublicKey& jwt_ecdsa_public_key)
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/
H A DBUILD.bazel1018 name = "jwt_ecdsa_public_key-android",
1033 name = "jwt_ecdsa_public_key",
1052 ":jwt_ecdsa_public_key-android",
1068 ":jwt_ecdsa_public_key",
1085 ":jwt_ecdsa_public_key-android",
1112 ":jwt_ecdsa_public_key",
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/jwt/
H A DBUILD.bazel456 "//src/main/java/com/google/crypto/tink/jwt:jwt_ecdsa_public_key",
472 "//src/main/java/com/google/crypto/tink/jwt:jwt_ecdsa_public_key",
498 "//src/main/java/com/google/crypto/tink/jwt:jwt_ecdsa_public_key",
/aosp_15_r20/external/tink/java_src/
H A DBUILD.bazel221 "//src/main/java/com/google/crypto/tink/jwt:jwt_ecdsa_public_key",
659 "//src/main/java/com/google/crypto/tink/jwt:jwt_ecdsa_public_key-android",