Home
last modified time | relevance | path

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

/openssl/test/
H A Dconstant_time_test.c35 static unsigned char test_values_8[] = { variable
126 unsigned int a = test_values_8[i]; in test_is_zero_8()
282 unsigned int a = test_values_8[i]; in test_binops_8()
286 for (j = 0; j < (int)OSSL_NELEM(test_values_8); ++j) { in test_binops_8()
287 unsigned int b = test_values_8[j]; in test_binops_8()
353 unsigned char e = test_values_8[i]; in test_8values()
357 for (j = 0; j < sizeof(test_values_8); ++j) { in test_8values()
358 unsigned char f = test_values_8[j]; in test_8values()
403 ADD_ALL_TESTS(test_is_zero_8, OSSL_NELEM(test_values_8)); in setup_tests()
407 ADD_ALL_TESTS(test_binops_8, OSSL_NELEM(test_values_8)); in setup_tests()
[all …]

Completed in 7 milliseconds