Home
last modified time | relevance | path

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

/openssl/fuzz/
H A Dhashtable.c185 rc = ossl_ht_fz_FUZZER_VALUE_insert(fuzzer_table, TO_HT_KEY(&key), in FuzzerTestOneInput()
188 rc = ossl_ht_fz_FUZZER_VALUE_insert(fuzzer_table, TO_HT_KEY(&key), in FuzzerTestOneInput()
241 rc = ossl_ht_delete(fuzzer_table, TO_HT_KEY(&key)); in FuzzerTestOneInput()
293 lval = ossl_ht_fz_FUZZER_VALUE_get(fuzzer_table, TO_HT_KEY(&key), &v); in FuzzerTestOneInput()
/openssl/test/
H A Dlhash_test.c252 if (!TEST_int_eq(ossl_ht_test_int_insert(ht, TO_HT_KEY(&key), in test_int_hashtable()
287 todel = ossl_ht_delete(ht, TO_HT_KEY(&key)); in test_int_hashtable()
443 if (!TEST_int_eq(ossl_ht_test_int_insert(h, TO_HT_KEY(&key), in test_hashtable_stress()
461 if (!TEST_int_eq((ossl_ht_delete(h, TO_HT_KEY(&key))), 1)) { in test_hashtable_stress()
467 if (!TEST_ptr(p = ossl_ht_test_int_get(h, TO_HT_KEY(&key), &v)) in test_hashtable_stress()
577 m = ossl_ht_mt_TEST_MT_ENTRY_get(m_ht, TO_HT_KEY(&key), &v); in do_mt_hash_work()
599 TO_HT_KEY(&key), in do_mt_hash_work()
616 if (expected_rc != ossl_ht_delete(m_ht, TO_HT_KEY(&key))) { in do_mt_hash_work()
/openssl/doc/internal/man3/
H A Dossl_ht_new.pod17 TO_HT_KEY, FROM_HT_KEY,
48 TO_HT_KEY(key);
212 TO_HT_KEY() Converts a key type as defined by HT_START_KEY_DEFN() and
343 rc = ossl_ht_test_int_insert(ht, TO_HT_KEY(&key), newval, NULL);
356 v = ossl_ht_get(ht, TO_HT_KEY(&key);
/openssl/crypto/
H A Dcore_namemap.c159 val = ossl_ht_get(namemap->namenum_ht, TO_HT_KEY(&key)); in ossl_namemap_name2num()
265 ret = ossl_ht_insert(namemap->namenum_ht, TO_HT_KEY(&key), &val, NULL); in namemap_add_name()
/openssl/include/internal/
H A Dhashtable.h153 #define TO_HT_KEY(key) &(key)->key_header macro

Completed in 10 milliseconds