Home
last modified time | relevance | path

Searched refs:DH_F_COMPUTE_KEY (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/dh/
Ddh_key.c206 DHerr(DH_F_COMPUTE_KEY, DH_R_MODULUS_TOO_LARGE); in compute_key()
219 DHerr(DH_F_COMPUTE_KEY, DH_R_NO_PRIVATE_VALUE); in compute_key()
232 DHerr(DH_F_COMPUTE_KEY, DH_R_INVALID_PUBKEY); in compute_key()
238 DHerr(DH_F_COMPUTE_KEY, ERR_R_BN_LIB); in compute_key()
Ddh_err.c17 {ERR_PACK(ERR_LIB_DH, DH_F_COMPUTE_KEY, 0), "compute_key"},
/freebsd-12-stable/crypto/openssl/include/openssl/
Ddherr.h30 # define DH_F_COMPUTE_KEY 102 macro
/freebsd-12-stable/crypto/openssl/crypto/err/
Dopenssl.txt401 DH_F_COMPUTE_KEY:102:compute_key