Home
last modified time | relevance | path

Searched refs:DH_compute_key_padded (Results 1 – 10 of 10) sorted by relevance

/openssl-master/doc/man3/
A DDH_generate_key.pod5 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.
/openssl-master/crypto/dh/
A Ddh_pmeth.c424 ret = DH_compute_key_padded(key, dhpubbn, dh); in pkey_dh_derive()
451 if (DH_compute_key_padded(Z, dhpubbn, dh) <= 0) in pkey_dh_derive()
A Ddh_key.c138 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key_padded() function
/openssl-master/include/openssl/
A Ddh.h226 OSSL_DEPRECATEDIN_3_0 int DH_compute_key_padded(unsigned char *key,
/openssl-master/providers/implementations/exchange/
A Ddh_exch.c168 ret = DH_compute_key_padded(secret, pub_key, pdhctx->dh); in dh_plain_derive()
/openssl-master/util/
A Dmissingcrypto.txt472 DH_compute_key_padded(3)
A Dmissingcrypto111.txt508 DH_compute_key_padded(3)
A Dlibcrypto.num565 DH_compute_key_padded 580 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
/openssl-master/doc/man7/
A Dmigration_guide.pod1307 DH_compute_key() DH_compute_key_padded()
/openssl-master/
A DCHANGES.md4240 * New function DH_compute_key_padded() to compute a DH key and pad with

Completed in 40 milliseconds