Lines Matching refs:TEST_false
196 || !TEST_false(BN_get_flags(a, BN_FLG_CONSTTIME))) in test_swap()
204 || !TEST_false(BN_get_flags(b, BN_FLG_CONSTTIME))) in test_swap()
212 || !TEST_false(BN_get_flags(b, BN_FLG_CONSTTIME))) in test_swap()
579 && TEST_false(BN_mod_mul_montgomery(d, a, a, mont, ctx)))) in test_modexp_mont5()
738 && TEST_false((BN_is_odd(a) && BN_is_odd(c)) in test_gf2m_add()
2085 if (!TEST_false(BN_rand(bn, 0, 0 /* top */ , 0 /* bottom */ )) in test_rand()
2086 || !TEST_false(BN_rand(bn, 0, 1 /* top */ , 1 /* bottom */ )) in test_rand()
2089 || !TEST_false(BN_rand(bn, 1, 1 /* top */ , 0 /* bottom */ )) in test_rand()
2184 if (!TEST_false(BN_div(a, b, BN_value_one(), zero, ctx))) in test_badmod()
2188 if (!TEST_false(BN_mod_mul(a, BN_value_one(), BN_value_one(), zero, ctx))) in test_badmod()
2192 if (!TEST_false(BN_mod_exp(a, BN_value_one(), BN_value_one(), zero, ctx))) in test_badmod()
2196 if (!TEST_false(BN_mod_exp_mont(a, BN_value_one(), BN_value_one(), in test_badmod()
2201 if (!TEST_false(BN_mod_exp_mont_consttime(a, BN_value_one(), BN_value_one(), in test_badmod()
2206 if (!TEST_false(BN_MONT_CTX_set(mont, zero, ctx))) in test_badmod()
2214 if (!TEST_false(BN_MONT_CTX_set(mont, b, ctx))) in test_badmod()
2218 if (!TEST_false(BN_mod_exp_mont(a, BN_value_one(), BN_value_one(), in test_badmod()
2223 if (!TEST_false(BN_mod_exp_mont_consttime(a, BN_value_one(), BN_value_one(), in test_badmod()
2326 if (!TEST_false(BN_generate_prime_ex(r, kBits, 0, in test_smallprime()
2351 if (!TEST_false(BN_generate_prime_ex(r, kBits, 1, in test_smallsafeprime()
2404 || !TEST_false(BN_is_prime_fasttest_ex(r, 1, ctx, trial, NULL))) in test_not_prime()
2444 if (!TEST_false(BN_get_flags(b[i], BN_FLG_CONSTTIME))) in test_ctx_check_ct_flag()