Searched refs:int_tests (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | lhash_test.c | 35 static int int_tests[] = { 65537, 13, 1, 3, -5, 6, 7, 4, -10, -12, -14, 22, 9, variable 37 static const size_t n_int_tests = OSSL_NELEM(int_tests); 38 static short int_found[OSSL_NELEM(int_tests)]; 56 if (int_tests[i] == n) in int_find() 106 if (!TEST_ptr_null(lh_int_insert(h, int_tests + i))) { in test_int_lhash() 117 if (!TEST_int_eq(*lh_int_retrieve(h, int_tests + i), int_tests[i])) { in test_int_lhash() 122 if (!TEST_ptr_eq(lh_int_retrieve(h, int_tests + i), int_tests + i)) { in test_int_lhash() 127 if (!TEST_ptr_eq(lh_int_retrieve(h, &j), int_tests + 2)) in test_int_lhash() 134 if (!TEST_ptr_eq(p, int_tests + 1)) in test_int_lhash() 136 if (!TEST_ptr_eq(lh_int_retrieve(h, int_tests + 1), &j)) in test_int_lhash() [all …]
|