Home
last modified time | relevance | path

Searched refs:EC_KEY_new_ex (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c282 return EC_KEY_new_ex(PROV_LIBCTX_OF(provctx), NULL); in ec_newdata()
1250 || (ec = EC_KEY_new_ex(gctx->libctx, NULL)) == NULL) in ec_gen()
1305 || (ec = EC_KEY_new_ex(gctx->libctx, NULL)) == NULL) in sm2_gen()
/third_party/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c282 return EC_KEY_new_ex(PROV_LIBCTX_OF(provctx), NULL); in ec_newdata()
1250 || (ec = EC_KEY_new_ex(gctx->libctx, NULL)) == NULL) in ec_gen()
1305 || (ec = EC_KEY_new_ex(gctx->libctx, NULL)) == NULL) in sm2_gen()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_key.c39 EC_KEY *EC_KEY_new_ex(OSSL_LIB_CTX *ctx, const char *propq) in EC_KEY_new_ex() function
47 EC_KEY *ret = EC_KEY_new_ex(ctx, propq); in EC_KEY_new_by_curve_name_ex()
H A Dec_ameth.c613 EC_KEY *ec = EC_KEY_new_ex(pctx->libctx, pctx->propquery); in ec_pkey_import_from()
H A Dec_backend.c775 if ((eckey = EC_KEY_new_ex(libctx, propq)) == NULL) { in ossl_ec_key_param_from_x509_algor()
/third_party/openssl/crypto/ec/
H A Dec_key.c39 EC_KEY *EC_KEY_new_ex(OSSL_LIB_CTX *ctx, const char *propq) in EC_KEY_new_ex() function
47 EC_KEY *ret = EC_KEY_new_ex(ctx, propq); in EC_KEY_new_by_curve_name_ex()
H A Dec_ameth.c613 EC_KEY *ec = EC_KEY_new_ex(pctx->libctx, pctx->propquery); in ec_pkey_import_from()
H A Dec_backend.c775 if ((eckey = EC_KEY_new_ex(libctx, propq)) == NULL) { in ossl_ec_key_param_from_x509_algor()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h961 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_ex(OSSL_LIB_CTX *ctx, const char *propq);
964 * Creates a new EC_KEY object. Same as calling EC_KEY_new_ex with a
/third_party/openssl/include/openssl/
H A Dec.h961 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_ex(OSSL_LIB_CTX *ctx, const char *propq);
964 * Creates a new EC_KEY object. Same as calling EC_KEY_new_ex with a

Completed in 18 milliseconds