Lines Matching refs:TEST_false
200 || !TEST_false(BN_get_flags(a, BN_FLG_CONSTTIME))) in test_swap()
208 || !TEST_false(BN_get_flags(b, BN_FLG_CONSTTIME))) in test_swap()
216 || !TEST_false(BN_get_flags(b, BN_FLG_CONSTTIME))) in test_swap()
583 && TEST_false(BN_mod_mul_montgomery(d, a, a, mont, ctx)))) in test_modexp_mont5()
697 && TEST_false((BN_is_odd(a) && BN_is_odd(c)) in test_gf2m_add()
2038 if (!TEST_false(BN_rand(bn, 0, 0 /* top */ , 0 /* bottom */ )) in test_rand()
2039 || !TEST_false(BN_rand(bn, 0, 1 /* top */ , 1 /* bottom */ )) in test_rand()
2042 || !TEST_false(BN_rand(bn, 1, 1 /* top */ , 0 /* bottom */ )) in test_rand()
2217 if (!TEST_false(BN_div(a, b, BN_value_one(), zero, ctx))) in test_badmod()
2221 if (!TEST_false(BN_mod_mul(a, BN_value_one(), BN_value_one(), zero, ctx))) in test_badmod()
2225 if (!TEST_false(BN_mod_exp(a, BN_value_one(), BN_value_one(), zero, ctx))) in test_badmod()
2229 if (!TEST_false(BN_mod_exp_mont(a, BN_value_one(), BN_value_one(), in test_badmod()
2234 if (!TEST_false(BN_mod_exp_mont_consttime(a, BN_value_one(), BN_value_one(), in test_badmod()
2239 if (!TEST_false(BN_MONT_CTX_set(mont, zero, ctx))) in test_badmod()
2247 if (!TEST_false(BN_MONT_CTX_set(mont, b, ctx))) in test_badmod()
2251 if (!TEST_false(BN_mod_exp_mont(a, BN_value_one(), BN_value_one(), in test_badmod()
2256 if (!TEST_false(BN_mod_exp_mont_consttime(a, BN_value_one(), BN_value_one(), in test_badmod()
2359 if (!TEST_false(BN_generate_prime_ex(r, kBits, 0, in test_smallprime()
2384 if (!TEST_false(BN_generate_prime_ex(r, kBits, 1, in test_smallsafeprime()
2437 || !TEST_false(BN_check_prime(r, ctx, NULL))) in test_not_prime()
2477 if (!TEST_false(BN_get_flags(b[i], BN_FLG_CONSTTIME))) in test_ctx_check_ct_flag()