Searched refs:fuzzer_table (Results 1 – 1 of 1) sorted by relevance
50 static HT *fuzzer_table = NULL; variable109 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()185 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()203 ossl_ht_write_unlock(fuzzer_table); in FuzzerTestOneInput()227 ossl_ht_write_lock(fuzzer_table); in FuzzerTestOneInput()241 rc = ossl_ht_delete(fuzzer_table, TO_HT_KEY(&key)); in FuzzerTestOneInput()246 ossl_ht_write_unlock(fuzzer_table); in FuzzerTestOneInput()[all …]