Home
last modified time | relevance | path

Searched defs:kty (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/third_party/wycheproof_testvectors/
Decdh_webcrypto_test.json28 "kty" : "EC", string
36 "kty" : "EC", string
50 "kty" : "EC", string
58 "kty" : "EC", string
72 "kty" : "EC", string
80 "kty" : "EC", string
94 "kty" : "EC", string
102 "kty" : "EC", string
116 "kty" : "EC", string
124 "kty" : "EC", string
[all …]
Decdsa_webcrypto_test.json17 "kty" : "EC", string
1034 "kty" : "EC", string
1073 "kty" : "EC", string
1104 "kty" : "EC", string
1135 "kty" : "EC", string
1166 "kty" : "EC", string
1207 "kty" : "EC", string
1248 "kty" : "EC", string
1289 "kty" : "EC", string
1338 "kty" : "EC", string
[all …]
/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.cc500 static EVP_PKEY* pkey_from_jwk(const grpc_json* json, const char* kty) { in pkey_from_jwk()
574 const char* kty = nullptr; in find_verification_key() local