Symbol: EC_KEY_new
lib/libcrypto/asn1/x_pubkey.c
654
if ((*pval = (ASN1_VALUE *)EC_KEY_new()) == NULL)
lib/libcrypto/ec/ec.h
233
EC_KEY *EC_KEY_new(void);
lib/libcrypto/ec/ec_ameth.c
725
ecpeer = EC_KEY_new();
lib/libcrypto/ec/ec_asn1.c
1230
ec_key = EC_KEY_new();
lib/libcrypto/ec/ec_asn1.c
1351
ec_key = EC_KEY_new();
lib/libcrypto/ec/ec_key.c
79
LCRYPTO_ALIAS(EC_KEY_new);
lib/libcrypto/ec/ec_key.c
86
if ((ec_key = EC_KEY_new()) == NULL)
lib/libcrypto/ec/ec_pmeth.c
474
if ((ec = EC_KEY_new()) == NULL)
lib/libcrypto/ec/ec_pmeth.c
502
if ((ec = EC_KEY_new()) == NULL)
lib/libcrypto/hidden/openssl/ec.h
82
LCRYPTO_USED(EC_KEY_new);
lib/libcrypto/x509/x_all.c
254
return ASN1_d2i_bio_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, bp, eckey);
lib/libcrypto/x509/x_all.c
268
return ASN1_d2i_fp_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, fp, eckey);
lib/libssl/ssl_kex.c
288
if ((ec_key = EC_KEY_new()) == NULL)
lib/libssl/tls_key_share.c
207
if ((ecdhe = EC_KEY_new()) == NULL)
lib/libssl/tls_key_share.c
499
if ((ecdhe = EC_KEY_new()) == NULL)
regress/lib/libcrypto/ec/ec_asn1_test.c
2285
if ((ec_pub_key = EC_KEY_new()) == NULL)
regress/lib/libcrypto/ec/ec_asn1_test.c
2342
if ((ec_key = EC_KEY_new()) == NULL)
regress/lib/libcrypto/ec/ec_asn1_test.c
2359
if ((ec_pub_key = EC_KEY_new()) == NULL)
regress/lib/libcrypto/ecdsa/ecdsatest.c
133
if ((eckey = EC_KEY_new()) == NULL)
regress/lib/libcrypto/sm2/sm2crypttest.c
110
key = EC_KEY_new();
regress/lib/libcrypto/sm2/sm2sigtest.c
110
key = EC_KEY_new();
sbin/iked/dh.c
572
if ((exkey = EC_KEY_new()) == NULL)
sbin/isakmpd/dh.c
483
if ((exkey = EC_KEY_new()) == NULL)
usr.bin/openssl/ecparam.c
411
EC_KEY *eckey = EC_KEY_new();
usr.bin/ssh/ssh-pkcs11.c
900
ec = EC_KEY_new();