/third_party/openssl/doc/man3/ |
D | DH_size.pod | 5 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
|
D | DH_generate_key.pod | 41 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)>
|
D | BN_num_bytes.pod | 42 size" of such a key, either use functions like RSA_size(), DH_size() 49 L<DH_size(3)>, L<DSA_size(3)>,
|
D | DH_meth_new.pod | 159 L<DH_set_method(3)>, L<DH_size(3)>, L<DH_get0_pqg(3)>
|
D | DH_get0_pqg.pod | 134 L<DH_set_method(3)>, L<DH_size(3)>, L<DH_meth_new(3)>
|
/third_party/openssl/test/ |
D | dhtest.c | 186 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/ |
D | dh.rs | 24 pub fn DH_size(dh: *const DH) -> c_int; in DH_size() function
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
D | dh_pmeth.c | 420 *keylen = DH_size(dh); in pkey_dh_derive() 446 if ((Zlen = DH_size(dh)) <= 0) in pkey_dh_derive()
|
D | dh_lib.c | 199 int DH_size(const DH *dh) in DH_size() function
|
D | dh_ameth.c | 302 return DH_size(pkey->pkey.dh); in int_dh_size()
|
/third_party/openssl/crypto/dh/ |
D | dh_pmeth.c | 420 *keylen = DH_size(dh); in pkey_dh_derive() 446 if ((Zlen = DH_size(dh)) <= 0) in pkey_dh_derive()
|
D | dh_lib.c | 197 int DH_size(const DH *dh) in DH_size() function
|
D | dh_ameth.c | 302 return DH_size(pkey->pkey.dh); in int_dh_size()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | dh.h | 207 OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);
|
/third_party/openssl/include/openssl/ |
D | dh.h | 207 OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | dh.h | 128 int DH_size(const DH *dh);
|
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
D | dh_exch.c | 156 dhsize = (size_t)DH_size(pdhctx->dh); in dh_plain_derive()
|
/third_party/openssl/providers/implementations/exchange/ |
D | dh_exch.c | 156 dhsize = (size_t)DH_size(pdhctx->dh); in dh_plain_derive()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | dh.rs | 249 let key_len = ffi::DH_size(self.as_ptr()); in compute_key()
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
D | dh_kmgmt.c | 326 && !OSSL_PARAM_set_int(p, DH_size(dh))) in dh_get_params()
|
/third_party/openssl/providers/implementations/keymgmt/ |
D | dh_kmgmt.c | 323 && !OSSL_PARAM_set_int(p, DH_size(dh))) in dh_get_params()
|
/third_party/node/src/crypto/ |
D | crypto_dh.cc | 405 DH_size(diffieHellman->dh_.get())); in ComputeSecret()
|
/third_party/rust/crates/rust-openssl/openssl-sys/ |
D | CHANGELOG.md | 344 * Added `DH_generate_parameters`, `DH_generate_key`, `DH_compute_key`, and `DH_size`.
|
/third_party/openssl/doc/ |
D | build.info | 934 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/ |
D | crypto_openssl.c | 948 rlen = DH_size(dh); in dh5_derive_shared()
|