Searched refs:ossl_dh_new_by_nid_ex (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/dh/ |
H A D | dh_group_params.c | 40 DH *ossl_dh_new_by_nid_ex(OSSL_LIB_CTX *libctx, int nid) in ossl_dh_new_by_nid_ex() function 53 return ossl_dh_new_by_nid_ex(NULL, nid); in DH_new_by_nid()
|
H A D | dh_gen.c | 103 dh = ossl_dh_new_by_nid_ex(libctx, nid); in dh_gen_named_group()
|
/third_party/openssl/crypto/dh/ |
H A D | dh_group_params.c | 40 DH *ossl_dh_new_by_nid_ex(OSSL_LIB_CTX *libctx, int nid) in ossl_dh_new_by_nid_ex() function 53 return ossl_dh_new_by_nid_ex(NULL, nid); in DH_new_by_nid()
|
H A D | dh_gen.c | 103 dh = ossl_dh_new_by_nid_ex(libctx, nid); in dh_gen_named_group()
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | dh.h | 19 DH *ossl_dh_new_by_nid_ex(OSSL_LIB_CTX *libctx, int nid);
|
/third_party/openssl/include/crypto/ |
H A D | dh.h | 19 DH *ossl_dh_new_by_nid_ex(OSSL_LIB_CTX *libctx, int nid);
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | dh_kmgmt.c | 717 dh = ossl_dh_new_by_nid_ex(gctx->libctx, gctx->group_nid); in dh_gen()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | dh_kmgmt.c | 714 dh = ossl_dh_new_by_nid_ex(gctx->libctx, gctx->group_nid); in dh_gen()
|
Completed in 7 milliseconds