Home
last modified time | relevance | path

Searched refs:DH_get0_pqg (Results 1 - 13 of 13) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A Ddh.rs192 #[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 Ddh.rs39 pub fn DH_get0_pqg( in DH_get0_pqg() functions
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_key.c393 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 Ddh_lib.c221 void DH_get0_pqg(const DH *dh, in DH_get0_pqg() function
/third_party/openssl/crypto/dh/
H A Ddh_key.c394 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 Ddh_lib.c219 void DH_get0_pqg(const DH *dh, in DH_get0_pqg() function
/third_party/node/src/crypto/
H A Dcrypto_dh.cc358 DH_get0_pqg(dh, &p, nullptr, nullptr); in GetPrime()
366 DH_get0_pqg(dh, nullptr, nullptr, &g); in GetGenerator()
H A Dcrypto_context.cc878 DH_get0_pqg(dh.get(), &p, nullptr, nullptr); in SetDHParam()
/third_party/openssl/test/
H A Ddhtest.c92 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 Ddh.h257 OSSL_DEPRECATEDIN_3_0 void DH_get0_pqg(const DH *dh, const BIGNUM **p,
/third_party/openssl/include/openssl/
H A Ddh.h257 OSSL_DEPRECATEDIN_3_0 void DH_get0_pqg(const DH *dh, const BIGNUM **p,
/third_party/openssl/ohos_lite/include/openssl/
H A Ddh.h180 void DH_get0_pqg(const DH *dh,
/third_party/curl/lib/vtls/
H A Dopenssl.c622 DH_get0_pqg(dh, &p, &q, &g); in Curl_ossl_certchain()

Completed in 15 milliseconds