Searched refs:CONSTTIME_TRUE (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/ |
D | constant_time_test.c | 53 static const unsigned int CONSTTIME_TRUE = (unsigned)(~0); variable 62 if (is_true && c != CONSTTIME_TRUE) { in test_binary_op() 65 op_name, a, b, CONSTTIME_TRUE, c); in test_binary_op() 96 if (a == 0 && c != CONSTTIME_TRUE) { in test_is_zero() 100 a, CONSTTIME_TRUE, c); in test_is_zero() 131 unsigned int selected = constant_time_select(CONSTTIME_TRUE, a, b); in test_select() 136 CONSTTIME_TRUE, a, b, a, selected); in test_select() 156 CONSTTIME_TRUE, a, b, a, selected); in test_select_8() 171 int selected = constant_time_select_int(CONSTTIME_TRUE, a, b); in test_select_int() 176 CONSTTIME_TRUE, a, b, a, selected); in test_select_int() [all …]
|