Home
last modified time | relevance | path

Searched refs:DH_size (Results 1 - 19 of 19) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Ddh.rs24 pub fn DH_size(dh: *const DH) -> c_int; in DH_size() functions
/third_party/openssl/test/
H A Ddhtest.c186 alen = DH_size(a); in dh_test()
191 blen = DH_size(b); in dh_test()
196 clen = DH_size(c); in dh_test()
254 if (!TEST_int_gt(sz = DH_size(dh), 0) in dh_computekey_range_test()
584 if (!TEST_int_gt(szA = DH_size(dhA), 0) in rfc5114_test()
585 || !TEST_int_gt(szB = DH_size(dhB), 0) in rfc5114_test()
672 alen = DH_size(a); in rfc7919_test()
677 blen = DH_size(b); in rfc7919_test()
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_pmeth.c420 *keylen = DH_size(dh); in pkey_dh_derive()
446 if ((Zlen = DH_size(dh)) <= 0) in pkey_dh_derive()
H A Ddh_lib.c199 int DH_size(const DH *dh) in DH_size() function
H A Ddh_ameth.c302 return DH_size(pkey->pkey.dh); in int_dh_size()
/third_party/openssl/crypto/dh/
H A Ddh_pmeth.c420 *keylen = DH_size(dh); in pkey_dh_derive()
446 if ((Zlen = DH_size(dh)) <= 0) in pkey_dh_derive()
H A Ddh_lib.c197 int DH_size(const DH *dh) in DH_size() function
H A Ddh_ameth.c302 return DH_size(pkey->pkey.dh); in int_dh_size()
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H A Ddh_exch.c156 dhsize = (size_t)DH_size(pdhctx->dh); in dh_plain_derive()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddh.h207 OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);
/third_party/openssl/include/openssl/
H A Ddh.h207 OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);
/third_party/openssl/ohos_lite/include/openssl/
H A Ddh.h128 int DH_size(const DH *dh);
/third_party/openssl/providers/implementations/exchange/
H A Ddh_exch.c156 dhsize = (size_t)DH_size(pdhctx->dh); in dh_plain_derive()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Ddh.rs249 let key_len = ffi::DH_size(self.as_ptr()); in compute_key()
/third_party/node/src/crypto/
H A Dcrypto_dh.cc42 // DH_size returns number of bytes in a prime number. in ZeroPadDiffieHellmanSecret()
405 DH_size(diffieHellman->dh_.get())); in ComputeSecret()
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c326 && !OSSL_PARAM_set_int(p, DH_size(dh))) in dh_get_params()
/third_party/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c323 && !OSSL_PARAM_set_int(p, DH_size(dh))) in dh_get_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c948 rlen = DH_size(dh); in dh5_derive_shared()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c1021 rlen = DH_size(dh); in dh5_derive_shared()

Completed in 20 milliseconds