Home
last modified time | relevance | path

Searched refs:DH_get_nid (Results 1 – 5 of 5) 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
11 int *DH_get_nid(const DH *dh);
19 DH_get_nid() determines if the parameters contained in B<dh> match
27 DH_get_nid() returns the NID of the matching set of parameters or
/freebsd-13-stable/crypto/openssl/crypto/dh/
HDdh_rfc7919.c47 int DH_get_nid(const DH *dh) in DH_get_nid() function
/freebsd-13-stable/crypto/openssl/include/openssl/
HDdh.h173 int DH_get_nid(const DH *dh);
/freebsd-13-stable/secure/lib/libcrypto/
HDVersion.map4172 DH_get_nid;
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile1065 MLINKS+= DH_new_by_nid.3 DH_get_nid.3