Home
last modified time | relevance | path

Searched refs:EC_KEY_new_ex (Results 1 – 8 of 8) sorted by relevance

/openssl/doc/man3/
H A DEC_KEY_new.pod6 EC_KEY_get_method, EC_KEY_set_method, EC_KEY_new_ex,
30 EC_KEY *EC_KEY_new_ex(OSSL_LIB_CTX *ctx, const char *propq);
80 EC_KEY_new_ex() and specifying the associated library context in I<ctx>
89 EC_KEY_new() is the same as EC_KEY_new_ex() except that the default library
99 This function simply wraps calls to EC_KEY_new_ex() and
191 EC_KEY_new_ex(), EC_KEY_new(), EC_KEY_new_by_curve_name_ex(),
/openssl/providers/implementations/kem/
H A Dec_kem.c163 key = EC_KEY_new_ex(ossl_ec_key_get_libctx(in), ossl_ec_key_get0_propq(in)); in eckey_frompub()
465 key = EC_KEY_new_ex(ctx->libctx, ctx->propq); in derivekey()
/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c285 return EC_KEY_new_ex(PROV_LIBCTX_OF(provctx), NULL); in ec_newdata()
1287 || (ec = EC_KEY_new_ex(gctx->libctx, NULL)) == NULL) in ec_gen()
1360 || (ec = EC_KEY_new_ex(gctx->libctx, NULL)) == NULL) in sm2_gen()
/openssl/crypto/ec/
H A Dec_key.c40 EC_KEY *EC_KEY_new_ex(OSSL_LIB_CTX *ctx, const char *propq) in EC_KEY_new_ex() function
48 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.c769 if ((eckey = EC_KEY_new_ex(libctx, propq)) == NULL) { in ossl_ec_key_param_from_x509_algor()
/openssl/include/openssl/
H A Dec.h980 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_ex(OSSL_LIB_CTX *ctx, const char *propq);
/openssl/util/
H A Dlibcrypto.num5094 EC_KEY_new_ex 5222 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC

Completed in 50 milliseconds