Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/
Dconstant_time_test.c55 static const uint8_t CONSTTIME_TRUE_8 = 0xff; variable
80 if (is_true && c != CONSTTIME_TRUE_8) { in test_binary_op_8()
83 op_name, a, b, CONSTTIME_TRUE_8, c); in test_binary_op_8()
114 if (a == 0 && c != CONSTTIME_TRUE_8) { in test_is_zero_8()
118 a, CONSTTIME_TRUE_8, c); in test_is_zero_8()
151 uint8_t selected = constant_time_select_8(CONSTTIME_TRUE_8, a, b); in test_select_8()
210 if (a == b && equal != CONSTTIME_TRUE_8) { in test_eq_int_8()
214 a, b, CONSTTIME_TRUE_8, equal); in test_eq_int_8()