Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/crypto/bn/
HDbn_sqrt.c92 BNerr(BN_F_BN_MOD_SQRT, BN_R_P_IS_NOT_PRIME); in BN_mod_sqrt()
250 BNerr(BN_F_BN_MOD_SQRT, BN_R_P_IS_NOT_PRIME); in BN_mod_sqrt()
277 BNerr(BN_F_BN_MOD_SQRT, BN_R_P_IS_NOT_PRIME); in BN_mod_sqrt()
HDbn_err.c136 {ERR_REASON(BN_R_P_IS_NOT_PRIME), "p is not prime"},
HDbn.h1008 # define BN_R_P_IS_NOT_PRIME 112 macro