/third_party/rust/crates/rust-openssl/openssl/src/ |
D | dh.rs | 231 #[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/ |
D | dhtest.c | 110 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/ |
D | DH_get0_pqg.pod | 5 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/ |
D | dh.rs | 50 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/ |
D | crypto_dh.cc | 302 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/ |
D | dh_backend.c | 117 DH_get0_key(dh, &pub, &priv); in ossl_dh_key_todata()
|
D | dh_lib.c | 253 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() function
|
D | dh_key.c | 422 DH_get0_key(dh, &pubkey, NULL); in ossl_dh_key2buf()
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
D | dh_backend.c | 117 DH_get0_key(dh, &pub, &priv); in ossl_dh_key_todata()
|
D | dh_lib.c | 255 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() function
|
D | dh_key.c | 421 DH_get0_key(dh, &pubkey, NULL); in ossl_dh_key2buf()
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
D | dh_kmgmt.c | 386 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/ |
D | dh_kmgmt.c | 383 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/ |
D | dh.h | 260 OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,
|
/third_party/openssl/include/openssl/ |
D | dh.h | 260 OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | dh.h | 183 void DH_get0_key(const DH *dh,
|
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
D | dh_exch.c | 166 DH_get0_key(pdhctx->dhpeer, &pub_key, NULL); in dh_plain_derive()
|
/third_party/openssl/providers/implementations/exchange/ |
D | dh_exch.c | 166 DH_get0_key(pdhctx->dhpeer, &pub_key, NULL); in dh_plain_derive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_openssl.c | 828 DH_get0_key(dh, &pub_key, &priv_key); in dh5_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_openssl.c | 901 DH_get0_key(dh, &pub_key, &priv_key); in dh5_init()
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 623 DH_get0_key(dh, &pub_key, NULL); in Curl_ossl_certchain()
|
/third_party/openssl/doc/man7/ |
D | migration_guide.pod | 1358 DH_get0_pqg(), DH_get0_p(), DH_get0_q(), DH_get0_g(), DH_get0_key(),
|
/third_party/node/deps/openssl/openssl/util/ |
D | libcrypto.num | 3950 DH_get0_key 4042 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
|
/third_party/openssl/util/ |
D | libcrypto.num | 3950 DH_get0_key 4042 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
|