Home
last modified time | relevance | path

Searched refs:ossl_dh_new_by_nid_ex (Results 1 – 4 of 4) sorted by relevance

/openssl-master/crypto/dh/
A Ddh_group_params.c41 DH *ossl_dh_new_by_nid_ex(OSSL_LIB_CTX *libctx, int nid) in ossl_dh_new_by_nid_ex() function
54 return ossl_dh_new_by_nid_ex(NULL, nid); in DH_new_by_nid()
A Ddh_gen.c103 dh = ossl_dh_new_by_nid_ex(libctx, nid); in dh_gen_named_group()
/openssl-master/include/crypto/
A Ddh.h19 DH *ossl_dh_new_by_nid_ex(OSSL_LIB_CTX *libctx, int nid);
/openssl-master/providers/implementations/keymgmt/
A Ddh_kmgmt.c684 dh = ossl_dh_new_by_nid_ex(gctx->libctx, gctx->group_nid); in dh_gen()

Completed in 7 milliseconds