Home
last modified time | relevance | path

Searched refs:DH_get0_key (Results 1 – 24 of 24) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
Ddh.rs231 #[corresponds(DH_get0_key)]
235 DH_get0_key(self.as_ptr(), &mut pub_key, ptr::null_mut()); in public_key()
261 #[corresponds(DH_get0_key)]
265 DH_get0_key(self.as_ptr(), ptr::null_mut(), &mut priv_key); in private_key()
273 use ffi::{DH_set0_pqg, DH_get0_pqg, DH_get0_key, DH_set0_key};
318 unsafe fn DH_get0_key(
/third_party/openssl/test/
Ddhtest.c110 DH_get0_key(dh, &pub_key2, &priv_key2); in dh_test()
173 DH_get0_key(a, &apub_key, NULL); in dh_test()
177 DH_get0_key(b, &bpub_key, &bpriv_key); in dh_test()
597 DH_get0_key(dhB, &pub_key_tmp, NULL); in rfc5114_test()
601 DH_get0_key(dhA, &pub_key_tmp, NULL); in rfc5114_test()
662 DH_get0_key(a, &apub_key, NULL); in rfc7919_test()
670 DH_get0_key(b, &bpub_key, NULL); in rfc7919_test()
/third_party/openssl/doc/man3/
DDH_get0_pqg.pod5 DH_get0_pqg, DH_set0_pqg, DH_get0_key, DH_set0_key,
22 void DH_get0_key(const DH *dh,
68 To get the public and private key values use the DH_get0_key() function. A
111 Values retrieved with DH_get0_key() are owned by the DH object used
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Ddh.rs50 pub fn DH_get0_key(dh: *const DH, pub_key: *mut *const BIGNUM, priv_key: *mut *const BIGNUM); in DH_get0_key() function
/third_party/node/src/crypto/
Dcrypto_dh.cc302 DH_get0_key(diffieHellman->dh_.get(), &pub_key, nullptr); in GenerateKeys()
374 DH_get0_key(dh, &pub_key, nullptr); in GetPublicKey()
382 DH_get0_key(dh, nullptr, &priv_key); in GetPrivateKey()
/third_party/openssl/crypto/dh/
Ddh_backend.c117 DH_get0_key(dh, &pub, &priv); in ossl_dh_key_todata()
Ddh_lib.c253 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() function
Ddh_key.c422 DH_get0_key(dh, &pubkey, NULL); in ossl_dh_key2buf()
/third_party/node/deps/openssl/openssl/crypto/dh/
Ddh_backend.c117 DH_get0_key(dh, &pub, &priv); in ossl_dh_key_todata()
Ddh_lib.c255 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() function
Ddh_key.c421 DH_get0_key(dh, &pubkey, NULL); in ossl_dh_key2buf()
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
Ddh_kmgmt.c386 DH_get0_key(dh, &pub_key, NULL); in dh_validate_public()
403 DH_get0_key(dh, NULL, &priv_key); in dh_validate_private()
/third_party/openssl/providers/implementations/keymgmt/
Ddh_kmgmt.c383 DH_get0_key(dh, &pub_key, NULL); in dh_validate_public()
400 DH_get0_key(dh, NULL, &priv_key); in dh_validate_private()
/third_party/node/deps/openssl/openssl/include/openssl/
Ddh.h260 OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,
/third_party/openssl/include/openssl/
Ddh.h260 OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,
/third_party/openssl/ohos_lite/include/openssl/
Ddh.h183 void DH_get0_key(const DH *dh,
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
Ddh_exch.c166 DH_get0_key(pdhctx->dhpeer, &pub_key, NULL); in dh_plain_derive()
/third_party/openssl/providers/implementations/exchange/
Ddh_exch.c166 DH_get0_key(pdhctx->dhpeer, &pub_key, NULL); in dh_plain_derive()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c828 DH_get0_key(dh, &pub_key, &priv_key); in dh5_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c901 DH_get0_key(dh, &pub_key, &priv_key); in dh5_init()
/third_party/curl/lib/vtls/
Dopenssl.c623 DH_get0_key(dh, &pub_key, NULL); in Curl_ossl_certchain()
/third_party/openssl/doc/man7/
Dmigration_guide.pod1358 DH_get0_pqg(), DH_get0_p(), DH_get0_q(), DH_get0_g(), DH_get0_key(),
/third_party/node/deps/openssl/openssl/util/
Dlibcrypto.num3950 DH_get0_key 4042 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
/third_party/openssl/util/
Dlibcrypto.num3950 DH_get0_key 4042 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH