Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/crypto/dh/
H A Ddh_key.c203 DHerr(DH_F_COMPUTE_KEY, DH_R_MODULUS_TOO_LARGE); in compute_key()
214 DHerr(DH_F_COMPUTE_KEY, DH_R_NO_PRIVATE_VALUE); in compute_key()
230 DHerr(DH_F_COMPUTE_KEY, DH_R_INVALID_PUBKEY); in compute_key()
236 DHerr(DH_F_COMPUTE_KEY, ERR_R_BN_LIB); in compute_key()
H A Ddh_err.c73 {ERR_FUNC(DH_F_COMPUTE_KEY), "COMPUTE_KEY"},
H A Ddh.h252 # define DH_F_COMPUTE_KEY 102 macro