Lines Matching refs:BN_div
337 if (TEST_true(BN_div(a, b, a, b, ctx)) in test_signed_mod_replace_ab()
360 if (TEST_true(BN_div(b, a, a, b, ctx)) in test_signed_mod_replace_ba()
392 && TEST_true(BN_div(d, e, a, b, ctx)) in test_mod()
1326 || !TEST_true(BN_div(ret, remainder, lshift1, two, ctx)) in file_lshift1()
1339 || !TEST_true(BN_div(ret, NULL /* rem */ , lshift1, two, ctx)) in file_lshift1()
1430 || !TEST_true(BN_div(ret, remainder, square, a, ctx)) in file_square()
1490 || !TEST_true(BN_div(ret, remainder, product, a, ctx)) in file_product()
1493 || !TEST_true(BN_div(ret, remainder, product, b, ctx)) in file_product()
1525 if (!TEST_true(BN_div(ret, ret2, a, b, ctx)) in file_quotient()
2222 if (!TEST_true(BN_div(a, b, numerator, denominator, ctx)) in test_negzero()
2229 || !TEST_true(BN_div(a, b, numerator, denominator, ctx)) in test_negzero()
2268 if (!TEST_false(BN_div(a, b, BN_value_one(), zero, ctx))) in test_badmod()