/third_party/openssl/doc/man3/ |
D | DH_get0_pqg.pod | 5 DH_get0_pqg, DH_set0_pqg, DH_get0_key, DH_set0_key, 21 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); 57 The I<p>, I<q> and I<g> values can be set by calling DH_set0_pqg() and passing 62 DH_set0_pqg() also checks if the parameters associated with I<p> and I<g> and 79 untouched. As with DH_set0_pqg() this function transfers the memory management 114 duplicate. The same applies to DH_get0_pqg() and DH_set0_pqg(). 118 DH_set0_pqg() and DH_set0_key() return 1 on success or 0 on failure.
|
/third_party/openssl/test/ |
D | dhtest.c | 72 || !TEST_true(DH_set0_pqg(dh, p, q, g))) in dh_test() 163 || !TEST_true(DH_set0_pqg(b, bp, NULL, bg))) in dh_test() 250 || !TEST_true(DH_set0_pqg(dh, p, q, g))) in dh_computekey_range_test() 802 if (!TEST_true(DH_set0_pqg(dh2, pcpy, NULL, gcpy))) in dh_get_nid() 816 if (!TEST_true(DH_set0_pqg(dh2, NULL, NULL, gcpy))) in dh_get_nid() 827 || !TEST_true(DH_set0_pqg(dh2, pcpy, qcpy, gcpy))) in dh_get_nid()
|
D | evp_libctx_test.c | 181 || !TEST_true(DH_set0_pqg(dh, p, q, g))) in do_dh_param_keygen()
|
D | evp_extra_test.c | 2906 || !TEST_true(DH_set0_pqg(noqdh, p, NULL, g)) in test_EVP_PKEY_set1_DH()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | dh.rs | 50 #[corresponds(DH_set0_pqg)] 58 cvt(DH_set0_pqg( in from_pqg() 243 use ffi::{DH_set0_pqg, DH_get0_pqg, DH_get0_key, DH_set0_key}; 246 unsafe fn DH_set0_pqg(
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | dh.rs | 36 pub fn DH_set0_pqg(dh: *mut DH, p: *mut BIGNUM, q: *mut BIGNUM, g: *mut BIGNUM) -> c_int; in DH_set0_pqg() function
|
/third_party/openssl/crypto/dh/ |
D | dh_asn1.c | 114 DH_set0_pqg(dh, dhx->p, dhx->q, dhx->g); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname()
|
D | dh_lib.c | 225 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | dh.h | 182 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
|
/third_party/openssl/include/openssl/ |
D | dh.h | 259 OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_openssl.c | 819 DH_set0_pqg(dh, p, q, g) != 1) in dh5_init() 903 DH_set0_pqg(dh, p, NULL, g) != 1) in dh5_init_fixed()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_openssl.c | 892 DH_set0_pqg(dh, p, q, g) != 1) in dh5_init() 976 DH_set0_pqg(dh, p, NULL, g) != 1) in dh5_init_fixed()
|
/third_party/node/src/ |
D | node_crypto.cc | 5241 !DH_set0_pqg(dh_.get(), bn_p, nullptr, bn_g)) { in Init() 5269 if (!DH_set0_pqg(dh_.get(), bn_p, nullptr, bn_g)) { in Init() 6250 !DH_set0_pqg(dh.get(), prime, nullptr, bn_g.get())) in Setup()
|
/third_party/openssl/doc/man7/ |
D | migration_guide.pod | 1375 DH_set0_key(), DH_set0_pqg(), DH_set_length()
|
/third_party/openssl/util/ |
D | libcrypto.num | 3948 DH_set0_pqg 4039 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
|