Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_sqrt.c43 ERR_raise(ERR_LIB_BN, BN_R_P_IS_NOT_PRIME); in BN_mod_sqrt()
203 ERR_raise(ERR_LIB_BN, BN_R_P_IS_NOT_PRIME); in BN_mod_sqrt()
230 ERR_raise(ERR_LIB_BN, BN_R_P_IS_NOT_PRIME); in BN_mod_sqrt()
H A Dbn_err.c40 {ERR_PACK(ERR_LIB_BN, 0, BN_R_P_IS_NOT_PRIME), "p is not prime"},
/freebsd/crypto/openssl/include/openssl/
H A Dbnerr.h43 # define BN_R_P_IS_NOT_PRIME 112 macro
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt188 BN_R_P_IS_NOT_PRIME:112:p is not prime