Searched refs:DH_get0_pqg (Results 1 - 13 of 13) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | dh.rs | 192 #[corresponds(DH_get0_pqg)] 196 DH_get0_pqg(self.as_ptr(), &mut p, ptr::null_mut(), ptr::null_mut()); in prime_p() 202 #[corresponds(DH_get0_pqg)] 206 DH_get0_pqg(self.as_ptr(), ptr::null_mut(), &mut q, ptr::null_mut()); in prime_q() 216 #[corresponds(DH_get0_pqg)] 220 DH_get0_pqg(self.as_ptr(), ptr::null_mut(), ptr::null_mut(), &mut g); in generator() 273 use ffi::{DH_set0_pqg, DH_get0_pqg, DH_get0_key, DH_set0_key}; 289 unsafe fn DH_get0_pqg( in DH_get0_pqg() functions
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | dh.rs | 39 pub fn DH_get0_pqg( in DH_get0_pqg() functions
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
H A D | dh_key.c | 393 DH_get0_pqg(dh, &p, NULL, NULL); in ossl_dh_buf2key() 420 DH_get0_pqg(dh, &p, NULL, NULL); in ossl_dh_key2buf()
|
H A D | dh_lib.c | 221 void DH_get0_pqg(const DH *dh, in DH_get0_pqg() function
|
/third_party/openssl/crypto/dh/ |
H A D | dh_key.c | 394 DH_get0_pqg(dh, &p, NULL, NULL); in ossl_dh_buf2key() 421 DH_get0_pqg(dh, &p, NULL, NULL); in ossl_dh_key2buf()
|
H A D | dh_lib.c | 219 void DH_get0_pqg(const DH *dh, in DH_get0_pqg() function
|
/third_party/node/src/crypto/ |
H A D | crypto_dh.cc | 358 DH_get0_pqg(dh, &p, nullptr, nullptr); in GetPrime() 366 DH_get0_pqg(dh, nullptr, nullptr, &g); in GetGenerator()
|
H A D | crypto_context.cc | 878 DH_get0_pqg(dh.get(), &p, nullptr, nullptr); in SetDHParam()
|
/third_party/openssl/test/ |
H A D | dhtest.c | 92 DH_get0_pqg(dh, &p2, &q2, &g2); in dh_test() 155 DH_get0_pqg(a, &ap, NULL, &ag); in dh_test() 716 DH_get0_pqg(dh, &p, &q, &g); in dh_test_prime_groups() 794 DH_get0_pqg(dh1, &p, &q, &g); in dh_get_nid()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | dh.h | 257 OSSL_DEPRECATEDIN_3_0 void DH_get0_pqg(const DH *dh, const BIGNUM **p,
|
/third_party/openssl/include/openssl/ |
H A D | dh.h | 257 OSSL_DEPRECATEDIN_3_0 void DH_get0_pqg(const DH *dh, const BIGNUM **p,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | dh.h | 180 void DH_get0_pqg(const DH *dh,
|
/third_party/curl/lib/vtls/ |
H A D | openssl.c | 622 DH_get0_pqg(dh, &p, &q, &g); in Curl_ossl_certchain()
|
Completed in 17 milliseconds