Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/dh/
H A Ddh_group_params.c40 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 Ddh_gen.c103 dh = ossl_dh_new_by_nid_ex(libctx, nid); in dh_gen_named_group()
/freebsd/crypto/openssl/include/crypto/
H A Ddh.h19 DH *ossl_dh_new_by_nid_ex(OSSL_LIB_CTX *libctx, int nid);
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c717 dh = ossl_dh_new_by_nid_ex(gctx->libctx, gctx->group_nid); in dh_gen()