Home
last modified time | relevance | path

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

/openssl/fuzz/
H A Dhashtable.c50 static HT *fuzzer_table = NULL; variable
109 fuzzer_table = ossl_ht_new(&fuzz_conf); in FuzzerInitialize()
110 if (fuzzer_table == NULL) { in FuzzerInitialize()
166 ossl_ht_write_lock(fuzzer_table); in FuzzerTestOneInput()
203 ossl_ht_write_unlock(fuzzer_table); in FuzzerTestOneInput()
227 ossl_ht_write_lock(fuzzer_table); in FuzzerTestOneInput()
279 ossl_ht_read_lock(fuzzer_table); in FuzzerTestOneInput()
298 ossl_ht_read_unlock(fuzzer_table); in FuzzerTestOneInput()
337 ossl_ht_write_lock(fuzzer_table); in FuzzerTestOneInput()
338 ossl_ht_flush(fuzzer_table); in FuzzerTestOneInput()
[all …]

Completed in 5 milliseconds