Home
last modified time | relevance | path

Searched refs:CONSTTIME_TRUE_8 (Results 1 – 1 of 1) sorted by relevance

/third_party/openssl/test/
Dconstant_time_test.c20 static const unsigned char CONSTTIME_TRUE_8 = 0xff; variable
77 if (is_true && !TEST_uint_eq(op(a, b), CONSTTIME_TRUE_8)) in test_binary_op_8()
128 if (a == 0 && !TEST_uint_eq(constant_time_is_zero_8(a), CONSTTIME_TRUE_8)) in test_is_zero_8()
168 if (!TEST_uint_eq(constant_time_select_8(CONSTTIME_TRUE_8, a, b), a)) in test_select_8()
221 if (a == b && !TEST_int_eq(constant_time_eq_int_8(a, b), CONSTTIME_TRUE_8)) in test_eq_int_8()