Searched refs:DH_size (Results 1 – 15 of 15) sorted by relevance
/openssl/doc/man3/ |
H A 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
|
H A 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)>
|
H A 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)>,
|
H A D | DH_meth_new.pod | 159 L<DH_set_method(3)>, L<DH_size(3)>, L<DH_get0_pqg(3)>
|
H A D | DH_get0_pqg.pod | 134 L<DH_set_method(3)>, L<DH_size(3)>, L<DH_meth_new(3)>
|
/openssl/test/ |
H A D | dhtest.c | 209 alen = DH_size(a); in dh_test() 214 blen = DH_size(b); in dh_test() 219 clen = DH_size(c); in dh_test() 277 if (!TEST_int_gt(sz = DH_size(dh), 0) in dh_computekey_range_test() 607 if (!TEST_int_gt(szA = DH_size(dhA), 0) in rfc5114_test() 608 || !TEST_int_gt(szB = DH_size(dhB), 0) in rfc5114_test() 695 alen = DH_size(a); in rfc7919_test() 700 blen = DH_size(b); in rfc7919_test()
|
/openssl/crypto/dh/ |
H A D | dh_pmeth.c | 418 *keylen = DH_size(dh); in pkey_dh_derive() 444 if ((Zlen = DH_size(dh)) <= 0) in pkey_dh_derive()
|
H A D | dh_lib.c | 203 int DH_size(const DH *dh) in DH_size() function
|
H A D | dh_ameth.c | 302 return DH_size(pkey->pkey.dh); in int_dh_size()
|
/openssl/include/openssl/ |
H A D | dh.h | 214 OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);
|
/openssl/providers/implementations/exchange/ |
H A D | dh_exch.c | 189 dhsize = (size_t)DH_size(pdhctx->dh); in dh_plain_derive()
|
/openssl/providers/implementations/keymgmt/ |
H A D | dh_kmgmt.c | 327 && !OSSL_PARAM_set_int(p, DH_size(dh))) in dh_get_params()
|
/openssl/doc/ |
H A D | build.info | 958 DEPEND[html/man3/DH_size.html]=man3/DH_size.pod 959 GENERATE[html/man3/DH_size.html]=man3/DH_size.pod 960 DEPEND[man/man3/DH_size.3]=man3/DH_size.pod 961 GENERATE[man/man3/DH_size.3]=man3/DH_size.pod 3245 html/man3/DH_size.html \ 3908 man/man3/DH_size.3 \
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1362 DH_bits(), DH_security_bits(), DH_size()
|
/openssl/util/ |
H A D | libcrypto.num | 720 DH_size 740 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
|
Completed in 90 milliseconds