Lines Matching refs:cond
154 int top, cond, st = 0; in test_swap() local
181 cond = 1; in test_swap()
182 BN_consttime_swap(cond, a, b, top); in test_swap()
188 BN_consttime_swap(cond, a, a, top); in test_swap()
193 cond = 0; in test_swap()
194 BN_consttime_swap(cond, a, b, top); in test_swap()
200 BN_consttime_swap(cond, a, a, top); in test_swap()
214 cond = 1; in test_swap()
215 BN_consttime_swap(cond, a, b, top); in test_swap()
222 cond = 0; in test_swap()
223 BN_consttime_swap(cond, a, b, top); in test_swap()