Searched refs:CONSTTIME_FALSE (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/ |
D | constant_time_test.c | 54 static const unsigned int CONSTTIME_FALSE = 0; variable 67 } else if (!is_true && c != CONSTTIME_FALSE) { in test_binary_op() 70 op_name, a, b, CONSTTIME_FALSE, c); in test_binary_op() 102 } else if (a != 0 && c != CONSTTIME_FALSE) { in test_is_zero() 106 a, CONSTTIME_FALSE, c); in test_is_zero() 120 } else if (a != 0 && c != CONSTTIME_FALSE) { in test_is_zero_8() 139 selected = constant_time_select(CONSTTIME_FALSE, a, b); in test_select() 144 CONSTTIME_FALSE, a, b, b, selected); in test_select() 164 CONSTTIME_FALSE, a, b, b, selected); in test_select_8() 179 selected = constant_time_select_int(CONSTTIME_FALSE, a, b); in test_select_int() [all …]
|