Searched refs:common_fuzz_stuff (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/AFLplusplus/src/ |
H A D | afl-fuzz-one.c | 626 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 D | afl-fuzz-skipdet.c | 128 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 D | afl-fuzz-run.c | 1053 common_fuzz_stuff(afl_state_t *afl, u8 *out_buf, u32 len) { in common_fuzz_stuff() function
|
H A D | afl-fuzz-redqueen.c | 164 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 D | afl-fuzz.h | 1227 u8 common_fuzz_stuff(afl_state_t *, u8 *, u32);
|