Home
last modified time | relevance | path

Searched refs:EVP_PKEY_EC (Results 1 – 25 of 32) sorted by relevance

12

/external/boringssl/src/crypto/evp/
Devp_asn1.c136 keytype = EVP_PKEY_EC; in d2i_AutoPrivateKey()
173 case EVP_PKEY_EC: in i2d_PublicKey()
Devp_extra_test.cc712 EVP_PKEY_EC)) { in Testd2i_AutoPrivateKey()
781 pkey.reset(d2i_PrivateKey(EVP_PKEY_EC, nullptr, &derp, in Testd2i_PrivateKey()
789 pkey.reset(d2i_PrivateKey(EVP_PKEY_EC, nullptr, &derp, in Testd2i_PrivateKey()
801 pkey.reset(d2i_PrivateKey(EVP_PKEY_EC, nullptr, &derp, copy.size())); in Testd2i_PrivateKey()
Devp.c204 case EVP_PKEY_EC: in EVP_PKEY_asn1_find()
286 return EVP_PKEY_assign(pkey, EVP_PKEY_EC, key); in EVP_PKEY_assign_EC_KEY()
290 if (pkey->type != EVP_PKEY_EC) { in EVP_PKEY_get0_EC_KEY()
Dp_ec_asn1.c113 if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_EC), ptype, pval, penc, in eckey_pub_encode()
528 EVP_PKEY_EC,
529 EVP_PKEY_EC,
Dp_ec.c276 EVP_PKEY_EC, 0 /* flags */, pkey_ec_init,
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLECKeyFactory.java47 … return OpenSSLKey.getPublicKey((X509EncodedKeySpec) keySpec, NativeConstants.EVP_PKEY_EC); in engineGeneratePublic()
63 NativeConstants.EVP_PKEY_EC); in engineGeneratePrivate()
DOpenSSLKey.java280 case NativeConstants.EVP_PKEY_EC: in getPublicKey()
313 case NativeConstants.EVP_PKEY_EC: in getPrivateKey()
DOpenSSLSignature.java184 if (pkeyType != NativeConstants.EVP_PKEY_EC) { in checkEngineType()
/external/boringssl/src/crypto/x509/
Dx509type.c86 case EVP_PKEY_EC: in X509_certificate_type()
Dx509_req.c137 if (k->type == EVP_PKEY_EC) in X509_REQ_check_private_key()
Dx509_cmp.c362 if (pkey && pkey->type == EVP_PKEY_EC) in check_suite_b()
/external/conscrypt/src/gen/native/
Dgenerate_constants.cc71 CONST(EVP_PKEY_EC); in main()
/external/tlsdate/src/
Dtlsdate-helper-plan9.c300 case EVP_PKEY_EC: in get_certificate_keybits()
741 if (MIN_PUB_KEY_LEN >= key_bits && public_key->type != EVP_PKEY_EC) in check_key_length()
745 if (public_key->type == EVP_PKEY_EC) in check_key_length()
Dtlsdate-helper.c420 case EVP_PKEY_EC: in key_type_to_str()
878 if (MIN_PUB_KEY_LEN >= key_bits && public_key->type != EVP_PKEY_EC) in check_key_length()
882 if (public_key->type == EVP_PKEY_EC) in check_key_length()
/external/boringssl/src/crypto/pem/
Dpem_pkey.c165 return EVP_PKEY_EC; in public_key_type_from_str()
Dpem_info.c225 ptype = EVP_PKEY_EC; in STACK_OF()
/external/boringssl/src/include/openssl/
Devp.h170 #define EVP_PKEY_EC NID_X9_62_id_ecPublicKey macro
/external/boringssl/src/ssl/
Dssl_rsa.c73 return key_type == EVP_PKEY_RSA || key_type == EVP_PKEY_EC; in is_key_type_supported()
Ds3_lib.c327 if (EVP_PKEY_id(private_key) != EVP_PKEY_EC || in SSL_CTX_set1_tls_channel_id()
Ds3_both.c477 } else if (pkey_type == EVP_PKEY_EC) { in ssl3_cert_verify_hash()
Dt1_lib.c2620 {EVP_PKEY_EC, TLSEXT_signature_ecdsa}};
2682 return EVP_PKEY_EC; in tls12_get_pkey_type()
Dssl_cipher.c1949 return EVP_PKEY_EC; in ssl_cipher_get_key_type()
Ds3_srvr.c1766 (pkey->type != EVP_PKEY_RSA && pkey->type != EVP_PKEY_EC)) { in ssl3_get_cert_verify()
Dssl_lib.c1698 } else if (ssl_private_key_type(ssl) == EVP_PKEY_EC) { in ssl_get_compatible_server_ciphers()
/external/curl/lib/vtls/
Dopenssl.c2538 case EVP_PKEY_EC: /* symbol not present in OpenSSL 0.9.6 */ in get_cert_chain()

12