Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dconstant_time_test.c21 static const unsigned char CONSTTIME_FALSE_8 = 0; variable
79 if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE_8)) in test_binary_op_8()
130 if (a != 0 && !TEST_uint_eq(constant_time_is_zero_8(a), CONSTTIME_FALSE_8)) in test_is_zero_8()
170 if (!TEST_uint_eq(constant_time_select_8(CONSTTIME_FALSE_8, a, b), b)) in test_select_8()
223 if (a != b && !TEST_int_eq(constant_time_eq_int_8(a, b), CONSTTIME_FALSE_8)) in test_eq_int_8()