Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDDH_size.pod5 DH_size, DH_bits, DH_security_bits - get Diffie-Hellman prime size and
12 int DH_size(const DH *dh);
20 DH_size() returns the Diffie-Hellman prime size in bytes. It can be used
33 DH_size() returns the prime size of Diffie-Hellman in bytes.
HDDH_generate_key.pod33 it in B<key>. B<key> must point to B<DH_size(dh)> bytes of memory.
50 DH_compute_key_padded() returns B<DH_size(dh)> on success, -1 on error.
56 L<DH_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>, L<DH_size(3)>
HDBN_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)>,
HDDH_get0_pqg.pod113 L<DH_set_method(3)>, L<DH_size(3)>, L<DH_meth_new(3)>
HDDH_meth_new.pod152 L<DH_set_method(3)>, L<DH_size(3)>, L<DH_get0_pqg(3)>
/freebsd-13-stable/crypto/openssl/crypto/dh/
HDdh_pmeth.c435 *keylen = DH_size(dh); in pkey_dh_derive()
461 Zlen = DH_size(dh); in pkey_dh_derive()
HDdh_lib.c157 int DH_size(const DH *dh) in DH_size() function
HDdh_ameth.c349 return DH_size(pkey->pkey.dh); in int_dh_size()
/freebsd-13-stable/crypto/openssh/
HDkexdh.c93 klen = DH_size(kex->dh); in kex_dh_compute_key()
/freebsd-13-stable/crypto/openssl/apps/
HDdhparam.c304 len = DH_size(dh); in dhparam_main()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDdh.h131 int DH_size(const DH *dh);
/freebsd-13-stable/crypto/heimdal/doc/doxyout/hcrypto/
HDmanpages34 hcrypto/man/man3/DH_size.3
/freebsd-13-stable/crypto/heimdal/kdc/
HDpkinit.c230 size = DH_size(client_params->u.dh.key); in generate_dh_keyblock()
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile100 MAN+= DH_size.3
1070 MLINKS+= DH_size.3 DH_bits.3
1071 MLINKS+= DH_size.3 DH_security_bits.3
/freebsd-13-stable/contrib/sendmail/src/
HDtls.c1497 who, 8 * DH_size(dh), *dhparam);
/freebsd-13-stable/crypto/heimdal/lib/krb5/
HDpkinit.c1524 size = DH_size(ctx->u.dh); in pk_rd_pa_reply_dh()
/freebsd-13-stable/secure/lib/libcrypto/
HDVersion.map965 DH_size;
/freebsd-13-stable/contrib/wpa/src/crypto/
HDcrypto_openssl.c1278 rlen = DH_size(dh); in dh5_derive_shared()