Searched refs:DH_compute_key_padded (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | DH_generate_key.pod | 5 DH_generate_key, DH_compute_key, DH_compute_key_padded - perform 20 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh); 30 DH_compute_key() or DH_compute_key_padded(), these are combined with 46 DH_compute_key_padded() is similar but stores a fixed number of bytes. 58 DH_compute_key_padded() returns B<DH_size(dh)> on success, -1 on error. 69 DH_compute_key_padded() was added in OpenSSL 1.0.2.
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_pmeth.c | 424 ret = DH_compute_key_padded(key, dhpubbn, dh); in pkey_dh_derive() 452 if (DH_compute_key_padded(Z, dhpubbn, dh) <= 0) in pkey_dh_derive()
|
H A D | dh_key.c | 144 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key_padded() function
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | dh.h | 230 OSSL_DEPRECATEDIN_3_0 int DH_compute_key_padded(unsigned char *key,
|
/freebsd/crypto/openssl/providers/implementations/exchange/ |
H A D | dh_exch.c | 168 ret = DH_compute_key_padded(secret, pub_key, pdhctx->dh); in dh_plain_derive()
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto.txt | 449 DH_compute_key_padded(3)
|
H A D | missingcrypto111.txt | 508 DH_compute_key_padded(3)
|
H A D | libcrypto.num | 565 DH_compute_key_padded 580 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 919 DH_compute_key_padded;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1364 DH_compute_key() DH_compute_key_padded()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1249 MLINKS+= DH_generate_key.3 DH_compute_key_padded.3
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 5173 * New function DH_compute_key_padded() to compute a DH key and pad with
|