Searched refs:CONSTTIME_TRUE (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/test/ |
D | constant_time_test.c | 18 static const unsigned int CONSTTIME_TRUE = (unsigned)(~0); variable 65 if (is_true && !TEST_uint_eq(op(a, b), CONSTTIME_TRUE)) in test_binary_op() 117 if (a == 0 && !TEST_uint_eq(constant_time_is_zero(a), CONSTTIME_TRUE)) in test_is_zero() 159 if (!TEST_uint_eq(constant_time_select(CONSTTIME_TRUE, a, b), a)) in test_select() 212 if (!TEST_int_eq(constant_time_select_int(CONSTTIME_TRUE, a, b), a)) in test_select_int() 239 if (a == b && !TEST_uint_eq(constant_time_eq_int(a, b), CONSTTIME_TRUE)) in test_eq_int()
|