Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-one.c626 if (common_fuzz_stuff(afl, out_buf, len)) { goto abandon_entry; } in fuzz_one_original()
648 if (common_fuzz_stuff(afl, out_buf, len)) { goto abandon_entry; } in fuzz_one_original()
769 if (common_fuzz_stuff(afl, out_buf, len)) { goto abandon_entry; } in fuzz_one_original()
810 if (common_fuzz_stuff(afl, out_buf, len)) { goto abandon_entry; } in fuzz_one_original()
851 if (common_fuzz_stuff(afl, out_buf, len)) { goto abandon_entry; } in fuzz_one_original()
903 if (common_fuzz_stuff(afl, out_buf, len)) { goto abandon_entry; } in fuzz_one_original()
946 if (common_fuzz_stuff(afl, out_buf, len)) { goto abandon_entry; } in fuzz_one_original()
1009 if (common_fuzz_stuff(afl, out_buf, len)) { goto abandon_entry; } in fuzz_one_original()
1030 if (common_fuzz_stuff(afl, out_buf, len)) { goto abandon_entry; } in fuzz_one_original()
1099 if (common_fuzz_stuff(afl, out_buf, len)) { goto abandon_entry; } in fuzz_one_original()
[all …]
H A Dafl-fuzz-skipdet.c128 if (common_fuzz_stuff(afl, orig_buf, len)) { return 0; } in skip_deterministic_stage()
156 if (common_fuzz_stuff(afl, out_buf, len)) return 0; in skip_deterministic_stage()
280 if (common_fuzz_stuff(afl, out_buf, len)) { return 0; } in skip_deterministic_stage()
313 if (common_fuzz_stuff(afl, out_buf, len)) { return 0; } in skip_deterministic_stage()
H A Dafl-fuzz-run.c1053 common_fuzz_stuff(afl_state_t *afl, u8 *out_buf, u32 len) { in common_fuzz_stuff() function
H A Dafl-fuzz-redqueen.c164 if (unlikely(common_fuzz_stuff(afl, buf, len))) { return 1; } in get_exec_checksum()
555 if (unlikely(common_fuzz_stuff(afl, buf, len))) { return 1; } in its_fuzz()
/aosp_15_r20/external/AFLplusplus/include/
H A Dafl-fuzz.h1227 u8 common_fuzz_stuff(afl_state_t *, u8 *, u32);