Home
last modified time | relevance | path

Searched refs:DH_new_by_nid (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDDH_new_by_nid.pod5 DH_new_by_nid, DH_get_nid - get or find DH named parameters
10 DH *DH_new_by_nid(int nid);
15 DH_new_by_nid() creates and returns a DH structure containing named parameters
25 DH_new_by_nid() returns a set of DH parameters or B<NULL> if an error occurred.
/freebsd-13-stable/crypto/openssl/crypto/dh/
HDdh_rfc7919.c28 DH *DH_new_by_nid(int nid) in DH_new_by_nid() function
HDdh_pmeth.c355 if ((dh = DH_new_by_nid(dctx->param_nid)) == NULL) in pkey_dh_paramgen()
408 dh = DH_new_by_nid(dctx->param_nid); in pkey_dh_keygen()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDdh.h172 DH *DH_new_by_nid(int nid);
/freebsd-13-stable/secure/lib/libcrypto/
HDVersion.map4173 DH_new_by_nid;
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile98 MAN+= DH_new_by_nid.3
1065 MLINKS+= DH_new_by_nid.3 DH_get_nid.3
/freebsd-13-stable/crypto/openssl/crypto/err/
HDopenssl.txt414 DH_F_DH_NEW_BY_NID:104:DH_new_by_nid