Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/dh/
HDdh_key.c217 DHerr(DH_F_COMPUTE_KEY, DH_R_MODULUS_TOO_LARGE); in compute_key()
228 DHerr(DH_F_COMPUTE_KEY, DH_R_NO_PRIVATE_VALUE); in compute_key()
244 DHerr(DH_F_COMPUTE_KEY, DH_R_INVALID_PUBKEY); in compute_key()
250 DHerr(DH_F_COMPUTE_KEY, ERR_R_BN_LIB); in compute_key()
HDdh_err.c73 {ERR_FUNC(DH_F_COMPUTE_KEY), "COMPUTE_KEY"},
HDdh.h351 # define DH_F_COMPUTE_KEY 102 macro