Home
last modified time | relevance | path

Searched refs:DH_get_nid (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/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()
/third_party/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()
311 if (DH_get_nid((DH *)dh) != NID_undef && dh->length != 0) { in ossl_dh_check_priv_key()
H A Ddh_key.c310 if (DH_get_nid(dh) != NID_undef) { in generate_key()
/third_party/node/deps/openssl/openssl/providers/common/
H A Dsecuritycheck.c222 if (DH_get_nid(dh)) in ossl_dh_check_key()
/third_party/openssl/providers/common/
H A Dsecuritycheck.c214 if (DH_get_nid(dh)) in ossl_dh_check_key()
/third_party/openssl/test/
H A Ddhtest.c720 if (!TEST_int_eq(DH_get_nid(dh), prime_groups[index])) in dh_test_prime_groups()
810 if (!TEST_int_eq(DH_get_nid(dh2), NID_ffdhe2048)) in dh_get_nid()
819 if (!TEST_int_eq(DH_get_nid(dh2), NID_undef)) in dh_get_nid()
830 if (!TEST_int_eq(DH_get_nid(dh2), NID_undef)) in dh_get_nid()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddh.h248 OSSL_DEPRECATEDIN_3_0 int DH_get_nid(const DH *dh);
/third_party/openssl/include/openssl/
H A Ddh.h248 OSSL_DEPRECATEDIN_3_0 int DH_get_nid(const DH *dh);
/third_party/openssl/ohos_lite/include/openssl/
H A Ddh.h170 int DH_get_nid(const DH *dh);
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dctrl_params_translate.c1522 int uid = DH_get_nid(dh); in get_payload_group_name()
/third_party/openssl/crypto/evp/
H A Dctrl_params_translate.c1519 int uid = DH_get_nid(dh); in get_payload_group_name()

Completed in 21 milliseconds