Lines Matching defs:two
733 /* Test that two added values have the correct parity. */
1300 BIGNUM *two = NULL, *remainder = NULL;
1307 || !TEST_ptr(two = BN_new())
1313 if (!TEST_true(BN_set_word(two, 2))
1316 || !TEST_true(BN_mul(ret, a, two, ctx))
1318 || !TEST_true(BN_div(ret, remainder, lshift1, two, ctx))
1331 || !TEST_true(BN_div(ret, NULL /* rem */ , lshift1, two, ctx))
1343 BN_free(two);
1737 /* There are two possible answers. */
2549 * that the leak does not happen between two sibling functions