Home
last modified time | relevance | path

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

/openssl-master/crypto/dh/
A Ddh_group_params.c30 DH *dh = ossl_dh_new_ex(libctx); in dh_param_init()
A Ddh_backend.c148 if ((dupkey = ossl_dh_new_ex(dh->libctx)) == NULL) in ossl_dh_dup()
A Ddh_lib.c69 DH *ossl_dh_new_ex(OSSL_LIB_CTX *libctx) in ossl_dh_new_ex() function
A Ddh_ameth.c504 DH *dh = ossl_dh_new_ex(pctx->libctx); in dh_pkey_import_from_type()
/openssl-master/include/crypto/
A Ddh.h20 DH *ossl_dh_new_ex(OSSL_LIB_CTX *libctx);
/openssl-master/providers/implementations/keymgmt/
A Ddh_kmgmt.c103 dh = ossl_dh_new_ex(PROV_LIBCTX_OF(provctx)); in dh_newdata()
116 dh = ossl_dh_new_ex(PROV_LIBCTX_OF(provctx)); in dhx_newdata()
689 dh = ossl_dh_new_ex(gctx->libctx); in dh_gen()

Completed in 9 milliseconds