Home
last modified time | relevance | path

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

/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
/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.c313 if (DH_get_nid(dh) != NID_undef) { in generate_key()
/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()
/openssl/providers/common/
H A Dsecuritycheck.c213 if (DH_get_nid(dh)) in ossl_dh_check_key()
/openssl/include/openssl/
H A Ddh.h255 OSSL_DEPRECATEDIN_3_0 int DH_get_nid(const DH *dh);
/openssl/crypto/evp/
H A Dctrl_params_translate.c1520 int uid = DH_get_nid(dh); in get_payload_group_name()
/openssl/doc/man7/
H A Dossl-guide-migration.pod1404 DH_get0_priv_key(), DH_get0_pub_key(), DH_get_length(), DH_get_nid()
/openssl/util/
H A Dlibcrypto.num4237 DH_get_nid 4349 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH

Completed in 45 milliseconds