Home
last modified time | relevance | path

Searched refs:ossl_dh_new_ex (Results 1 – 6 of 6) sorted by relevance

/openssl/crypto/dh/
H A Ddh_group_params.c29 DH *dh = ossl_dh_new_ex(libctx); in dh_param_init()
H A Ddh_backend.c147 if ((dupkey = ossl_dh_new_ex(dh->libctx)) == NULL) in ossl_dh_dup()
H A Ddh_lib.c69 DH *ossl_dh_new_ex(OSSL_LIB_CTX *libctx) in ossl_dh_new_ex() function
H A Ddh_ameth.c514 DH *dh = ossl_dh_new_ex(pctx->libctx); in dh_pkey_import_from_type()
/openssl/include/crypto/
H A Ddh.h20 DH *ossl_dh_new_ex(OSSL_LIB_CTX *libctx);
/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c104 dh = ossl_dh_new_ex(PROV_LIBCTX_OF(provctx)); in dh_newdata()
117 dh = ossl_dh_new_ex(PROV_LIBCTX_OF(provctx)); in dhx_newdata()
741 dh = ossl_dh_new_ex(gctx->libctx); in dh_gen()

Completed in 17 milliseconds