Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dlhash_test.c35 static short int_found[OSSL_NELEM(int_tests)]; variable
65 int_found[n]++; in int_doall()
137 memset(int_found, 0, sizeof(int_found)); in test_int_lhash()
145 if (!TEST_int_eq(int_found[i], 1)) { in test_int_lhash()
151 memset(int_found, 0, sizeof(int_found)); in test_int_lhash()
153 lh_int_doall_short(h, int_doall_arg, int_found); in test_int_lhash()
159 if (!TEST_int_eq(int_found[i], 1)) { in test_int_lhash()