Home
last modified time | relevance | path

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

/openssl/test/
H A Dlhash_test.c37 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()
250 HT_SET_KEY_FIELD(&key, mykey, int_tests[i]); in test_int_hashtable()
[all …]

Completed in 8 milliseconds