Home
last modified time | relevance | path

Searched refs:DH_compute_key (Results 1 – 22 of 22) sorted by relevance

/third_party/openssl/doc/man3/
DDH_generate_key.pod5 DH_generate_key, DH_compute_key, DH_compute_key_padded - perform
18 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
30 DH_compute_key() or DH_compute_key_padded(), these are combined with
39 DH_compute_key() computes the shared secret from the private DH value
55 DH_compute_key() returns the size of the shared secret on success, -1
DDH_size.pod34 computed by L<DH_compute_key(3)>.
DDH_meth_new.pod107 will be called in response to the application calling DH_compute_key(). The
108 parameters for the function have the same meaning as for DH_compute_key().
/third_party/openssl/test/
Ddhtest.c188 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1)) in dh_test()
193 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1)) in dh_test()
198 || !TEST_true((cout = DH_compute_key(cbuf, apub_key, c)) != -1)) in dh_test()
598 if (!TEST_int_ne(DH_compute_key(Z1, pub_key_tmp, dhA), -1)) in rfc5114_test()
602 if (!TEST_int_ne(DH_compute_key(Z2, pub_key_tmp, dhB), -1)) in rfc5114_test()
674 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1)) in rfc7919_test()
679 || !TEST_true((bout = DH_compute_key(bbuf, apub_key, b)) != -1)) in rfc7919_test()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Ddh.rs23 pub fn DH_compute_key(key: *mut c_uchar, pub_key: *const BIGNUM, dh: *mut DH) -> c_int; in DH_compute_key() function
/third_party/rust/crates/rust-openssl/openssl/src/
Ddh.rs246 #[corresponds(DH_compute_key)]
251 cvt(ffi::DH_compute_key( in compute_key()
/third_party/node/deps/openssl/openssl/include/openssl/
Ddh.h228 OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key,
/third_party/openssl/include/openssl/
Ddh.h228 OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key,
/third_party/openssl/ohos_lite/include/openssl/
Ddh.h152 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
/third_party/node/deps/openssl/openssl/crypto/dh/
Ddh_pmeth.c426 ret = DH_compute_key(key, dhpubbn, dh); in pkey_dh_derive()
Ddh_key.c114 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key() function
/third_party/openssl/crypto/dh/
Ddh_key.c114 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key() function
Ddh_pmeth.c426 ret = DH_compute_key(key, dhpubbn, dh); in pkey_dh_derive()
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
Ddh_exch.c170 ret = DH_compute_key(secret, pub_key, pdhctx->dh); in dh_plain_derive()
/third_party/openssl/providers/implementations/exchange/
Ddh_exch.c170 ret = DH_compute_key(secret, pub_key, pdhctx->dh); in dh_plain_derive()
/third_party/node/src/crypto/
Dcrypto_dh.cc408 int size = DH_compute_key(static_cast<unsigned char*>(bs->Data()), in ComputeSecret()
/third_party/rust/crates/rust-openssl/openssl-sys/
DCHANGELOG.md344 * Added `DH_generate_parameters`, `DH_generate_key`, `DH_compute_key`, and `DH_size`.
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c953 keylen = DH_compute_key(wpabuf_mhead(res), pub_key, dh); in dh5_derive_shared()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c1026 keylen = DH_compute_key(wpabuf_mhead(res), pub_key, dh); in dh5_derive_shared()
/third_party/openssl/doc/man7/
Dmigration_guide.pod1340 DH_compute_key() DH_compute_key_padded()
/third_party/node/deps/openssl/openssl/util/
Dlibcrypto.num680 DH_compute_key 698 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
/third_party/openssl/util/
Dlibcrypto.num680 DH_compute_key 698 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH