Home
last modified time | relevance | path

Searched refs:DH_get0_p (Results 1 – 11 of 11) sorted by relevance

/openssl-master/doc/man3/
A DDH_get0_pqg.pod6 DH_get0_p, DH_get0_q, DH_get0_g,
25 const BIGNUM *DH_get0_p(const DH *dh);
84 retrieved separately by the corresponding function DH_get0_p(), DH_get0_q(),
120 DH_get0_p(), DH_get0_q(), DH_get0_g(), DH_get0_priv_key(), and DH_get0_pub_key()
/openssl-master/providers/common/
A Dsecuritycheck.c204 p = DH_get0_p(dh); in ossl_dh_check_key()
/openssl-master/test/
A Ddhtest.c99 if (!TEST_ptr_eq(DH_get0_p(dh), p2) in dh_test()
273 if (!TEST_ptr(BN_copy(pub, DH_get0_p(dh))) in dh_computekey_range_test()
/openssl-master/crypto/dh/
A Ddh_lib.c276 const BIGNUM *DH_get0_p(const DH *dh) in DH_get0_p() function
A Ddh_ameth.c448 const BIGNUM *p = DH_get0_p(dh), *g = DH_get0_g(dh), *q = DH_get0_q(dh); in dh_pkey_export_to()
/openssl-master/include/openssl/
A Ddh.h259 OSSL_DEPRECATEDIN_3_0 const BIGNUM *DH_get0_p(const DH *dh);
/openssl-master/providers/implementations/encode_decode/
A Dencode_key2text.c255 p = DH_get0_p(dh); in dh_to_text()
/openssl-master/providers/implementations/keymgmt/
A Ddh_kmgmt.c144 ok = ok && (DH_get0_p(dh) != NULL && DH_get0_g(dh) != NULL); in dh_has()
/openssl-master/crypto/evp/
A Dctrl_params_translate.c1655 bn = DH_get0_p(EVP_PKEY_get0_DH(pkey)); in get_dh_dsa_payload_p()
/openssl-master/doc/man7/
A Dmigration_guide.pod1325 DH_get0_pqg(), DH_get0_p(), DH_get0_q(), DH_get0_g(), DH_get0_key(),
/openssl-master/util/
A Dlibcrypto.num4345 DH_get0_p 4473 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH

Completed in 30 milliseconds