/external/boringssl/src/crypto/evp/ |
D | evp_extra_test.cc | 466 TestValidPrivateKey(kExampleECKeyDER, sizeof(kExampleECKeyDER), EVP_PKEY_EC); in TEST() 468 EVP_PKEY_EC); in TEST() 470 sizeof(kExampleECKeySpecifiedCurvePKCS8), EVP_PKEY_EC); in TEST() 525 ParsePrivateKey(EVP_PKEY_EC, kExampleECKeyDER, sizeof(kExampleECKeyDER))); in TEST() 527 EXPECT_FALSE(ParsePrivateKey(EVP_PKEY_EC, kExampleBadECKeyDER, in TEST() 535 EXPECT_FALSE(ParsePrivateKey(EVP_PKEY_EC, copy.data(), copy.size())); in TEST() 539 EXPECT_FALSE(ParsePrivateKey(EVP_PKEY_EC, kExampleRSAKeyPKCS8, in TEST() 665 bssl::UniquePtr<EVP_PKEY_CTX> ctx(EVP_PKEY_CTX_new_id(EVP_PKEY_EC, nullptr)); in TEST() 687 ctx.reset(EVP_PKEY_CTX_new_id(EVP_PKEY_EC, nullptr)); in TEST()
|
D | evp.c | 197 case EVP_PKEY_EC: in evp_pkey_asn1_find() 281 return EVP_PKEY_assign(pkey, EVP_PKEY_EC, key); in EVP_PKEY_assign_EC_KEY() 285 if (pkey->type != EVP_PKEY_EC) { in EVP_PKEY_get0_EC_KEY()
|
D | evp_asn1.c | 211 case EVP_PKEY_EC: { in old_priv_decode() 324 return d2i_PrivateKey(EVP_PKEY_EC, out, inp, len); in d2i_AutoPrivateKey() 340 case EVP_PKEY_EC: in i2d_PublicKey()
|
D | p_ec.c | 258 EVP_PKEY_EC, 276 return EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, EVP_PKEY_OP_TYPE_GEN, in EVP_PKEY_CTX_set_ec_paramgen_curve_nid()
|
D | p_ec_asn1.c | 229 EVP_PKEY_EC,
|
D | print.c | 439 EVP_PKEY_EC,
|
/external/boringssl/src/ssl/ |
D | ssl_privkey.cc | 75 return key_type == EVP_PKEY_RSA || key_type == EVP_PKEY_EC || in ssl_is_key_type_supported() 116 {SSL_SIGN_ECDSA_SHA1, EVP_PKEY_EC, NID_undef, &EVP_sha1, false}, 117 {SSL_SIGN_ECDSA_SECP256R1_SHA256, EVP_PKEY_EC, NID_X9_62_prime256v1, 119 {SSL_SIGN_ECDSA_SECP384R1_SHA384, EVP_PKEY_EC, NID_secp384r1, &EVP_sha384, 121 {SSL_SIGN_ECDSA_SECP521R1_SHA512, EVP_PKEY_EC, NID_secp521r1, &EVP_sha512, 161 if (alg->pkey_type == EVP_PKEY_EC && in pkey_supports_algorithm() 513 {EVP_PKEY_EC, NID_sha1, SSL_SIGN_ECDSA_SHA1}, 514 {EVP_PKEY_EC, NID_sha256, SSL_SIGN_ECDSA_SECP256R1_SHA256}, 515 {EVP_PKEY_EC, NID_sha384, SSL_SIGN_ECDSA_SECP384R1_SHA384}, 516 {EVP_PKEY_EC, NID_sha512, SSL_SIGN_ECDSA_SECP521R1_SHA512}, [all …]
|
D | ssl_cert.cc | 248 if (pubkey->type == EVP_PKEY_EC && in check_leaf_cert_and_privkey() 713 if (EVP_PKEY_id(pkey) == EVP_PKEY_EC) { in ssl_check_leaf_certificate()
|
/external/boringssl/src/crypto/x509/ |
D | i2d_pr.c | 71 case EVP_PKEY_EC: in i2d_PrivateKey()
|
D | x509_req.c | 135 if (k->type == EVP_PKEY_EC) { in X509_REQ_check_private_key()
|
D | x509_cmp.c | 359 if (pkey && pkey->type == EVP_PKEY_EC) in check_suite_b()
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLECKeyFactory.java | 57 … return OpenSSLKey.getPublicKey((X509EncodedKeySpec) keySpec, NativeConstants.EVP_PKEY_EC); in engineGeneratePublic() 73 NativeConstants.EVP_PKEY_EC); in engineGeneratePrivate()
|
D | OpenSSLKey.java | 271 case NativeConstants.EVP_PKEY_EC: in getPublicKey() 304 case NativeConstants.EVP_PKEY_EC: in getPrivateKey()
|
D | OpenSSLSignatureRawECDSA.java | 66 if (pkeyType != NativeConstants.EVP_PKEY_EC) { in verifyKey()
|
D | SSLUtils.java | 253 case NativeConstants.EVP_PKEY_EC: in getClientKeyTypeFromSignatureAlg()
|
D | OpenSSLSignature.java | 187 if (pkeyType != NativeConstants.EVP_PKEY_EC) { in checkEngineType()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLECKeyFactory.java | 53 … return OpenSSLKey.getPublicKey((X509EncodedKeySpec) keySpec, NativeConstants.EVP_PKEY_EC); in engineGeneratePublic() 69 NativeConstants.EVP_PKEY_EC); in engineGeneratePrivate()
|
D | OpenSSLKey.java | 266 case NativeConstants.EVP_PKEY_EC: in getPublicKey() 299 case NativeConstants.EVP_PKEY_EC: in getPrivateKey()
|
D | OpenSSLSignatureRawECDSA.java | 62 if (pkeyType != NativeConstants.EVP_PKEY_EC) { in verifyKey()
|
D | SSLUtils.java | 252 case NativeConstants.EVP_PKEY_EC: in getClientKeyTypeFromSignatureAlg()
|
D | OpenSSLSignature.java | 184 if (pkeyType != NativeConstants.EVP_PKEY_EC) { in checkEngineType()
|
/external/conscrypt/constants/src/gen/cpp/ |
D | generate_constants.cc | 62 CONST(EVP_PKEY_EC); in main()
|
/external/boringssl/src/crypto/pem/ |
D | pem_pkey.c | 133 ret = d2i_PrivateKey(EVP_PKEY_EC, x, &p, len); in PEM_read_bio_PrivateKey()
|
D | pem_info.c | 194 key_type = EVP_PKEY_EC; in STACK_OF()
|
/external/boringssl/src/include/openssl/ |
D | evp.h | 187 #define EVP_PKEY_EC NID_X9_62_id_ecPublicKey macro
|