Searched refs:CONSTTIME_FALSE_8 (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/ |
D | constant_time_test.c | 56 static const uint8_t CONSTTIME_FALSE_8 = 0; variable 85 } else if (!is_true && c != CONSTTIME_FALSE_8) { in test_binary_op_8() 88 op_name, a, b, CONSTTIME_FALSE_8, c); in test_binary_op_8() 124 a, CONSTTIME_FALSE_8, c); in test_is_zero_8() 159 selected = constant_time_select_8(CONSTTIME_FALSE_8, a, b); in test_select_8() 216 } else if (a != b && equal != CONSTTIME_FALSE_8) { in test_eq_int_8() 220 a, b, CONSTTIME_FALSE_8, equal); in test_eq_int_8()
|