Symbol: EC_KEY_new
crypto/heimdal/kdc/pkinit.c
261
client_params->u.ecdh.key = EC_KEY_new();
crypto/heimdal/lib/hx509/crypto.c
384
key = EC_KEY_new();
crypto/heimdal/lib/hx509/crypto.c
968
key = EC_KEY_new();
crypto/heimdal/lib/krb5/pkinit.c
1554
public = EC_KEY_new();
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
930
eckey = EC_KEY_new();
crypto/openssh/ssh-pkcs11.c
760
ec = EC_KEY_new();
crypto/openssl/crypto/ec/ec_ameth.c
246
to->pkey.ec = EC_KEY_new();
crypto/openssl/crypto/ec/ec_asn1.c
1095
if ((ret = EC_KEY_new()) == NULL) {
crypto/openssl/crypto/ec/ec_asn1.c
931
if ((ret = EC_KEY_new()) == NULL) {
crypto/openssl/crypto/ec/ec_pmeth.c
427
ec = EC_KEY_new();
crypto/openssl/crypto/ec/ec_pmeth.c
446
ec = EC_KEY_new();
crypto/openssl/crypto/x509/x_all.c
449
return ASN1_d2i_fp_of(EC_KEY, EC_KEY_new, d2i_EC_PUBKEY, fp, eckey);
crypto/openssl/crypto/x509/x_all.c
459
return ASN1_d2i_fp_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, fp, eckey);
crypto/openssl/crypto/x509/x_all.c
469
return ASN1_d2i_bio_of(EC_KEY, EC_KEY_new, d2i_EC_PUBKEY, bp, eckey);
crypto/openssl/crypto/x509/x_all.c
479
return ASN1_d2i_bio_of(EC_KEY, EC_KEY_new, d2i_ECPrivateKey, bp, eckey);
crypto/openssl/include/openssl/ec.h
979
OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void);
crypto/openssl/test/ec_internal_test.c
382
|| !TEST_ptr(key = EC_KEY_new())
crypto/openssl/test/ectest.c
3322
if (!TEST_ptr(eckey1 = EC_KEY_new())
crypto/openssl/test/ectest.c
3325
|| !TEST_ptr(eckey2 = EC_KEY_new())
crypto/openssl/test/sm2_internal_test.c
155
key = EC_KEY_new();
crypto/openssl/test/sm2_internal_test.c
322
key = EC_KEY_new();