Lines Matching refs:TEST_false

192             || !TEST_false(BN_get_flags(a, BN_FLG_CONSTTIME)))  in test_swap()
200 || !TEST_false(BN_get_flags(b, BN_FLG_CONSTTIME))) in test_swap()
208 || !TEST_false(BN_get_flags(b, BN_FLG_CONSTTIME))) in test_swap()
575 && TEST_false(BN_mod_mul_montgomery(d, a, a, mont, ctx)))) in test_modexp_mont5()
734 && TEST_false((BN_is_odd(a) && BN_is_odd(c)) in test_gf2m_add()
899 if (!TEST_false(BN_GF2m_mod_inv(c, a, b[0], ctx))) in test_gf2m_modinv()
2089 if (!TEST_false(BN_rand(bn, 0, 0 /* top */ , 0 /* bottom */ )) in test_rand()
2090 || !TEST_false(BN_rand(bn, 0, 1 /* top */ , 1 /* bottom */ )) in test_rand()
2093 || !TEST_false(BN_rand(bn, 1, 1 /* top */ , 0 /* bottom */ )) in test_rand()
2268 if (!TEST_false(BN_div(a, b, BN_value_one(), zero, ctx))) in test_badmod()
2272 if (!TEST_false(BN_mod_mul(a, BN_value_one(), BN_value_one(), zero, ctx))) in test_badmod()
2276 if (!TEST_false(BN_mod_exp(a, BN_value_one(), BN_value_one(), zero, ctx))) in test_badmod()
2280 if (!TEST_false(BN_mod_exp_mont(a, BN_value_one(), BN_value_one(), in test_badmod()
2285 if (!TEST_false(BN_mod_exp_mont_consttime(a, BN_value_one(), BN_value_one(), in test_badmod()
2290 if (!TEST_false(BN_MONT_CTX_set(mont, zero, ctx))) in test_badmod()
2298 if (!TEST_false(BN_MONT_CTX_set(mont, b, ctx))) in test_badmod()
2302 if (!TEST_false(BN_mod_exp_mont(a, BN_value_one(), BN_value_one(), in test_badmod()
2307 if (!TEST_false(BN_mod_exp_mont_consttime(a, BN_value_one(), BN_value_one(), in test_badmod()
2410 if (!TEST_false(BN_generate_prime_ex(r, kBits, 0, in test_smallprime()
2435 if (!TEST_false(BN_generate_prime_ex(r, kBits, 1, in test_smallsafeprime()
2488 || !TEST_false(BN_check_prime(r, ctx, NULL))) in test_not_prime()
2528 if (!TEST_false(BN_get_flags(b[i], BN_FLG_CONSTTIME))) in test_ctx_check_ct_flag()