Searched refs:test_values_8 (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/
H A Dconstant_time_test.c230 static uint8_t test_values_8[] = {0, 1, 2, 20, 32, 127, 128, 129, 255}; variable
290 for (i = 0; i < sizeof(test_values_8); ++i) {
291 e = test_values_8[i];
292 for (j = 0; j < sizeof(test_values_8); ++j) {
293 f = test_values_8[j];

Completed in 55 milliseconds