Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dconstant_time_test.c35 static unsigned char test_values_8[] = { variable
125 unsigned int a = test_values_8[i]; in test_is_zero_8()
281 unsigned int a = test_values_8[i]; in test_binops_8()
285 for (j = 0; j < (int)OSSL_NELEM(test_values_8); ++j) { in test_binops_8()
286 unsigned int b = test_values_8[j]; in test_binops_8()
352 unsigned char e = test_values_8[i]; in test_8values()
356 for (j = 0; j < sizeof(test_values_8); ++j) { in test_8values()
357 unsigned char f = test_values_8[j]; in test_8values()
402 ADD_ALL_TESTS(test_is_zero_8, OSSL_NELEM(test_values_8)); in setup_tests()
406 ADD_ALL_TESTS(test_binops_8, OSSL_NELEM(test_values_8)); in setup_tests()
[all …]