Home
last modified time | relevance | path

Searched refs:DH_get0_key (Results 1 - 20 of 20) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A 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( in DH_get0_key() functions
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Ddh.rs50 pub fn DH_get0_key(dh: *const DH, pub_key: *mut *const BIGNUM, priv_key: *mut *const BIGNUM); in DH_get0_key() functions
/third_party/openssl/test/
H A 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/node/src/crypto/
H A 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/node/deps/openssl/openssl/crypto/dh/
H A Ddh_backend.c117 DH_get0_key(dh, &pub, &priv); in ossl_dh_key_todata()
H A Ddh_lib.c255 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() function
H A Ddh_key.c421 DH_get0_key(dh, &pubkey, NULL); in ossl_dh_key2buf()
/third_party/openssl/crypto/dh/
H A Ddh_backend.c117 DH_get0_key(dh, &pub, &priv); in ossl_dh_key_todata()
H A Ddh_lib.c253 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() function
H A Ddh_key.c422 DH_get0_key(dh, &pubkey, NULL); in ossl_dh_key2buf()
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A 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/
H A 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/providers/implementations/exchange/
H A Ddh_exch.c166 DH_get0_key(pdhctx->dhpeer, &pub_key, NULL); in dh_plain_derive()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddh.h260 OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,
/third_party/openssl/include/openssl/
H A Ddh.h260 OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,
/third_party/openssl/ohos_lite/include/openssl/
H A Ddh.h183 void DH_get0_key(const DH *dh,
/third_party/openssl/providers/implementations/exchange/
H A 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/
H A Dcrypto_openssl.c828 DH_get0_key(dh, &pub_key, &priv_key); in dh5_init()
/third_party/curl/lib/vtls/
H A Dopenssl.c623 DH_get0_key(dh, &pub_key, NULL); in Curl_ossl_certchain()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c901 DH_get0_key(dh, &pub_key, &priv_key); in dh5_init()

Completed in 27 milliseconds