Searched refs:BN_R_DIV_BY_ZERO (Results 1 – 7 of 7) sorted by relevance
218 OPENSSL_PUT_ERROR(BN, BN_R_DIV_BY_ZERO); in BN_div()467 OPENSSL_PUT_ERROR(BN, BN_R_DIV_BY_ZERO); in bn_div_consttime()
165 OPENSSL_PUT_ERROR(BN, BN_R_DIV_BY_ZERO); in bn_mont_ctx_set_N_and_n0()
217 OPENSSL_PUT_ERROR(BN, BN_R_DIV_BY_ZERO); in BN_div()466 OPENSSL_PUT_ERROR(BN, BN_R_DIV_BY_ZERO); in bn_div_consttime()
1041 #define BN_R_DIV_BY_ZERO 105 macro
877 #ifdef BN_R_DIV_BY_ZERO878 {"DIV_BY_ZERO", ERR_LIB_BN, BN_R_DIV_BY_ZERO},