Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A 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
H A 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)>
H A 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)>,
H A DDH_meth_new.pod159 L<DH_set_method(3)>, L<DH_size(3)>, L<DH_get0_pqg(3)>
H A DDH_get0_pqg.pod134 L<DH_set_method(3)>, L<DH_size(3)>, L<DH_meth_new(3)>
/freebsd/crypto/openssl/test/
H A Ddhtest.c209 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()
/freebsd/crypto/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()
/freebsd/crypto/openssh/
H A Dkexdh.c93 klen = DH_size(kex->dh); in kex_dh_compute_key()
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/
H A Dmanpages34 hcrypto/man/man3/DH_size.3
/freebsd/crypto/openssl/include/openssl/
H A Ddh.h207 OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);
/freebsd/crypto/openssl/providers/implementations/exchange/
H A Ddh_exch.c156 dhsize = (size_t)DH_size(pdhctx->dh); in dh_plain_derive()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c326 && !OSSL_PARAM_set_int(p, DH_size(dh))) in dh_get_params()
/freebsd/crypto/openssl/doc/
H A Dbuild.info938 DEPEND[html/man3/DH_size.html]=man3/DH_size.pod
939 GENERATE[html/man3/DH_size.html]=man3/DH_size.pod
940 DEPEND[man/man3/DH_size.3]=man3/DH_size.pod
941 GENERATE[man/man3/DH_size.3]=man3/DH_size.pod
3020 html/man3/DH_size.html \
3628 man/man3/DH_size.3 \
/freebsd/crypto/heimdal/kdc/
H A Dpkinit.c230 size = DH_size(client_params->u.dh.key); in generate_dh_keyblock()
/freebsd/contrib/sendmail/src/
H A Dtls.c1497 who, 8 * DH_size(dh), *dhparam);
/freebsd/crypto/heimdal/lib/krb5/
H A Dpkinit.c1524 size = DH_size(ctx->u.dh); in pk_rd_pa_reply_dh()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile117 MAN+= DH_size.3
1241 MLINKS+= DH_size.3 DH_bits.3
1287 MLINKS+= DH_size.3 DH_security_bits.3
/freebsd/secure/lib/libcrypto/
H A DVersion.map964 DH_size;
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c1278 rlen = DH_size(dh); in dh5_derive_shared()
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1341 DH_bits(), DH_security_bits(), DH_size()
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num720 DH_size 740 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH