Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
HDbn_sqrt.c92 BNerror(BN_R_P_IS_NOT_PRIME); in BN_mod_sqrt()
254 BNerror(BN_R_P_IS_NOT_PRIME); in BN_mod_sqrt()
278 BNerror(BN_R_P_IS_NOT_PRIME); in BN_mod_sqrt()
HDbn_err.c89 {ERR_REASON(BN_R_P_IS_NOT_PRIME) , "p is not prime"},
/dragonfly/crypto/libressl/include/openssl/
HDbn.h719 #define BN_R_P_IS_NOT_PRIME 112 macro