Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dconstant_time_test.c29 static unsigned int test_values[] = { variable
115 unsigned int a = test_values[i]; in test_is_zero()
248 if (!TEST_uint_eq(OSSL_NELEM(test_values), OSSL_NELEM(test_values_s))) in test_sizeofs()
255 unsigned int a = test_values[i]; in test_binops()
259 for (j = 0; j < (int)OSSL_NELEM(test_values); ++j) { in test_binops()
260 unsigned int b = test_values[j]; in test_binops()
402 ADD_ALL_TESTS(test_is_zero, OSSL_NELEM(test_values)); in setup_tests()
406 ADD_ALL_TESTS(test_binops, OSSL_NELEM(test_values)); in setup_tests()