Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Ddherr.h35 # define DH_R_CHECK_P_NOT_PRIME 117 macro
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_err.c34 {ERR_PACK(ERR_LIB_DH, 0, DH_R_CHECK_P_NOT_PRIME), "check p not prime"},
H A Ddh_check.c36 ERR_raise(ERR_LIB_DH, DH_R_CHECK_P_NOT_PRIME); in DH_check_params_ex()
129 ERR_raise(ERR_LIB_DH, DH_R_CHECK_P_NOT_PRIME); in DH_check_ex()
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt486 DH_R_CHECK_P_NOT_PRIME:117:check p not prime