Home
last modified time | relevance | path

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

/third_party/openssl/crypto/dh/
Ddh_group_params.c29 DH *dh = ossl_dh_new_ex(libctx); in dh_param_init()
Ddh_backend.c153 if ((dupkey = ossl_dh_new_ex(dh->libctx)) == NULL) in ossl_dh_dup()
Ddh_lib.c69 DH *ossl_dh_new_ex(OSSL_LIB_CTX *libctx) in ossl_dh_new_ex() function
Ddh_ameth.c514 DH *dh = ossl_dh_new_ex(pctx->libctx); in dh_pkey_import_from_type()
/third_party/node/deps/openssl/openssl/crypto/dh/
Ddh_group_params.c29 DH *dh = ossl_dh_new_ex(libctx); in dh_param_init()
Ddh_backend.c153 if ((dupkey = ossl_dh_new_ex(dh->libctx)) == NULL) in ossl_dh_dup()
Ddh_lib.c69 DH *ossl_dh_new_ex(OSSL_LIB_CTX *libctx) in ossl_dh_new_ex() function
Ddh_ameth.c514 DH *dh = ossl_dh_new_ex(pctx->libctx); in dh_pkey_import_from_type()
/third_party/openssl/include/crypto/
Ddh.h20 DH *ossl_dh_new_ex(OSSL_LIB_CTX *libctx);
/third_party/node/deps/openssl/openssl/include/crypto/
Ddh.h20 DH *ossl_dh_new_ex(OSSL_LIB_CTX *libctx);
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
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()
722 dh = ossl_dh_new_ex(gctx->libctx); in dh_gen()
/third_party/openssl/providers/implementations/keymgmt/
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()
719 dh = ossl_dh_new_ex(gctx->libctx); in dh_gen()