Lines Matching refs:BN_div
337 if (TEST_true(BN_div(a, b, a, b, ctx))
360 if (TEST_true(BN_div(b, a, a, b, ctx))
392 && TEST_true(BN_div(d, e, a, b, ctx))
1318 || !TEST_true(BN_div(ret, remainder, lshift1, two, ctx))
1331 || !TEST_true(BN_div(ret, NULL /* rem */ , lshift1, two, ctx))
1422 || !TEST_true(BN_div(ret, remainder, square, a, ctx))
1482 || !TEST_true(BN_div(ret, remainder, product, a, ctx))
1485 || !TEST_true(BN_div(ret, remainder, product, b, ctx))
1517 if (!TEST_true(BN_div(ret, ret2, a, b, ctx))
2209 /* Test that BN_div never gives negative zero in the quotient. */
2214 if (!TEST_true(BN_div(a, b, numerator, denominator, ctx))
2219 /* Test that BN_div never gives negative zero in the remainder. */
2221 || !TEST_true(BN_div(a, b, numerator, denominator, ctx))
2260 if (!TEST_false(BN_div(a, b, BN_value_one(), zero, ctx)))