Searched refs:CONSTTIME_FALSE (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/test/ |
D | constant_time_test.c | 19 static const unsigned int CONSTTIME_FALSE = 0; variable 67 if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE)) in test_binary_op() 119 if (a != 0 && !TEST_uint_eq(constant_time_is_zero(a), CONSTTIME_FALSE)) in test_is_zero() 161 if (!TEST_uint_eq(constant_time_select(CONSTTIME_FALSE, a, b), b)) in test_select() 214 if (!TEST_int_eq(constant_time_select_int(CONSTTIME_FALSE, a, b), b)) in test_select_int() 241 if (a != b && !TEST_uint_eq(constant_time_eq_int(a, b), CONSTTIME_FALSE)) in test_eq_int()
|