Home
last modified time | relevance | path

Searched refs:DH_size (Results 1 – 25 of 29) sorted by relevance

12

/third_party/openssl/doc/man3/
DDH_size.pod5 DH_size, DH_bits, DH_security_bits - get Diffie-Hellman prime size and
18 int DH_size(const DH *dh);
32 DH_size() returns the Diffie-Hellman prime size in bytes. It can be used
44 DH_size() returns the prime size of Diffie-Hellman in bytes, or -1 if
DDH_generate_key.pod41 it in B<key>. B<key> must point to B<DH_size(dh)> bytes of memory.
58 DH_compute_key_padded() returns B<DH_size(dh)> on success, -1 on error.
65 L<DH_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>, L<DH_size(3)>
DBN_num_bytes.pod42 size" of such a key, either use functions like RSA_size(), DH_size()
49 L<DH_size(3)>, L<DSA_size(3)>,
DDH_meth_new.pod159 L<DH_set_method(3)>, L<DH_size(3)>, L<DH_get0_pqg(3)>
DDH_get0_pqg.pod134 L<DH_set_method(3)>, L<DH_size(3)>, L<DH_meth_new(3)>
/third_party/openssl/test/
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/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Ddh.rs24 pub fn DH_size(dh: *const DH) -> c_int; in DH_size() function
/third_party/node/deps/openssl/openssl/crypto/dh/
Ddh_pmeth.c420 *keylen = DH_size(dh); in pkey_dh_derive()
446 if ((Zlen = DH_size(dh)) <= 0) in pkey_dh_derive()
Ddh_lib.c199 int DH_size(const DH *dh) in DH_size() function
Ddh_ameth.c302 return DH_size(pkey->pkey.dh); in int_dh_size()
/third_party/openssl/crypto/dh/
Ddh_pmeth.c420 *keylen = DH_size(dh); in pkey_dh_derive()
446 if ((Zlen = DH_size(dh)) <= 0) in pkey_dh_derive()
Ddh_lib.c197 int DH_size(const DH *dh) in DH_size() function
Ddh_ameth.c302 return DH_size(pkey->pkey.dh); in int_dh_size()
/third_party/node/deps/openssl/openssl/include/openssl/
Ddh.h207 OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);
/third_party/openssl/include/openssl/
Ddh.h207 OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);
/third_party/openssl/ohos_lite/include/openssl/
Ddh.h128 int DH_size(const DH *dh);
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
Ddh_exch.c156 dhsize = (size_t)DH_size(pdhctx->dh); in dh_plain_derive()
/third_party/openssl/providers/implementations/exchange/
Ddh_exch.c156 dhsize = (size_t)DH_size(pdhctx->dh); in dh_plain_derive()
/third_party/rust/crates/rust-openssl/openssl/src/
Ddh.rs249 let key_len = ffi::DH_size(self.as_ptr()); in compute_key()
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
Ddh_kmgmt.c326 && !OSSL_PARAM_set_int(p, DH_size(dh))) in dh_get_params()
/third_party/openssl/providers/implementations/keymgmt/
Ddh_kmgmt.c323 && !OSSL_PARAM_set_int(p, DH_size(dh))) in dh_get_params()
/third_party/node/src/crypto/
Dcrypto_dh.cc405 DH_size(diffieHellman->dh_.get())); 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/openssl/doc/
Dbuild.info934 DEPEND[html/man3/DH_size.html]=man3/DH_size.pod
935 GENERATE[html/man3/DH_size.html]=man3/DH_size.pod
936 DEPEND[man/man3/DH_size.3]=man3/DH_size.pod
937 GENERATE[man/man3/DH_size.3]=man3/DH_size.pod
2999 html/man3/DH_size.html \
3602 man/man3/DH_size.3 \
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c948 rlen = DH_size(dh); in dh5_derive_shared()

12