Home
last modified time | relevance | path

Searched refs:DH_get_nid (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DDH_new_by_nid.pod5 DH_new_by_nid, DH_get_nid - create or get DH named parameters
17 int DH_get_nid(const DH *dh);
27 DH_get_nid() determines if the parameters contained in B<dh> match
36 DH_get_nid() returns the NID of the matching set of parameters for p and g
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_group_params.c84 int id = DH_get_nid(dh); in ossl_dh_is_named_safe_prime_group()
93 int DH_get_nid(const DH *dh) in DH_get_nid() function
H A Ddh_check.c57 nid = DH_get_nid((DH *)dh); in DH_check_params()
149 int nid = DH_get_nid((DH *)dh); in DH_check()
313 if (DH_get_nid((DH *)dh) != NID_undef && dh->length != 0) { in ossl_dh_check_priv_key()
H A Ddh_key.c309 if (DH_get_nid(dh) != NID_undef) { in generate_key()
/freebsd/crypto/openssl/test/
H A Ddhtest.c743 if (!TEST_int_eq(DH_get_nid(dh), prime_groups[index])) in dh_test_prime_groups()
833 if (!TEST_int_eq(DH_get_nid(dh2), NID_ffdhe2048)) in dh_get_nid()
842 if (!TEST_int_eq(DH_get_nid(dh2), NID_undef)) in dh_get_nid()
853 if (!TEST_int_eq(DH_get_nid(dh2), NID_undef)) in dh_get_nid()
/freebsd/crypto/openssl/providers/common/
H A Dsecuritycheck.c222 if (DH_get_nid(dh)) in ossl_dh_check_key()
/freebsd/crypto/openssl/include/openssl/
H A Ddh.h248 OSSL_DEPRECATEDIN_3_0 int DH_get_nid(const DH *dh);
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c1522 int uid = DH_get_nid(dh); in get_payload_group_name()
/freebsd/secure/lib/libcrypto/
H A DVersion.map4093 DH_get_nid;
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1383 DH_get0_priv_key(), DH_get0_pub_key(), DH_get_length(), DH_get_nid()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1265 MLINKS+= DH_new_by_nid.3 DH_get_nid.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num4237 DH_get_nid 4349 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH