Home
last modified time | relevance | path

Searched defs:afl (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-queue.c31 void minimize_bits(afl_state_t *afl, u8 *dst, u8 *src) { in minimize_bits()
37 void run_afl_custom_queue_new_entry(afl_state_t *afl, struct queue_entry *q, in run_afl_custom_queue_new_entry()
48 inline u32 select_next_queue_entry(afl_state_t *afl) { in select_next_queue_entry()
63 double compute_weight(afl_state_t *afl, struct queue_entry *q, in compute_weight()
91 void create_alias_table(afl_state_t *afl) { in create_alias_table()
314 void mark_as_det_done(afl_state_t *afl, struct queue_entry *q) { in mark_as_det_done()
333 void mark_as_variable(afl_state_t *afl, struct queue_entry *q) { in mark_as_variable()
358 void mark_as_redundant(afl_state_t *afl, struct queue_entry *q, u8 state) { in mark_as_redundant()
476 static u8 check_if_text(afl_state_t *afl, struct queue_entry *q) { in check_if_text()
587 void add_to_queue(afl_state_t *afl, u8 *fname, u32 len, u8 passed_det) { in add_to_queue()
[all …]
H A Dafl-fuzz-init.c36 static u8 bind_cpu(afl_state_t *afl, s32 cpuid) { in bind_cpu()
112 void bind_to_free_cpu(afl_state_t *afl) {
464 static void shuffle_ptrs(afl_state_t *afl, void **ptrs, u32 cnt) {
483 void read_foreign_testcases(afl_state_t *afl, int first) {
663 void read_testcases(afl_state_t *afl, u8 *directory) {
879 void perform_dry_run(afl_state_t *afl) {
1405 void pivot_inputs(afl_state_t *afl) {
1520 u32 find_start_position(afl_state_t *afl) {
1562 void find_timeout(afl_state_t *afl) {
1692 void nuke_resume_dir(afl_state_t *afl) {
[all …]
H A Dafl-fuzz-extras.c55 void load_extras_file(afl_state_t *afl, u8 *fname, u32 *min_len, u32 *max_len, in load_extras_file()
256 static void extras_check_and_sort(afl_state_t *afl, u32 min_len, u32 max_len, in extras_check_and_sort()
293 void load_extras(afl_state_t *afl, u8 *dir) { in load_extras()
407 static void add_extra_nocheck(afl_state_t *afl, u8 *mem, u32 len) { in add_extra_nocheck()
433 void deunicode_extras(afl_state_t *afl) { in deunicode_extras()
532 void dedup_extras(afl_state_t *afl) { in dedup_extras()
571 void add_extra(afl_state_t *afl, u8 *mem, u32 len) { in add_extra()
613 void maybe_add_auto(afl_state_t *afl, u8 *mem, u32 len) { in maybe_add_auto()
736 void save_auto(afl_state_t *afl) { in save_auto()
764 void load_auto(afl_state_t *afl) { in load_auto()
[all …]
H A Dafl-fuzz-bitmap.c36 void write_bitmap(afl_state_t *afl) { in write_bitmap()
58 u32 count_bits(afl_state_t *afl, u8 *mem) { in count_bits()
92 u32 count_bytes(afl_state_t *afl, u8 *mem) { in count_bytes()
117 u32 count_non_255_bytes(afl_state_t *afl, u8 *mem) { in count_non_255_bytes()
205 inline u8 has_new_bits(afl_state_t *afl, u8 *virgin_map) { in has_new_bits()
250 inline u8 has_new_bits_unclassified(afl_state_t *afl, u8 *virgin_map) { in has_new_bits_unclassified()
275 void minimize_bits(afl_state_t *afl, u8 *dst, u8 *src) { in minimize_bits()
293 u8 *describe_op(afl_state_t *afl, u8 new_bits, size_t max_description_len) { in describe_op()
398 void write_crash_readme(afl_state_t *afl) { in write_crash_readme()
456 save_if_interesting(afl_state_t *afl, void *mem, u32 len, u8 fault) { in save_if_interesting()
H A Dafl-fuzz-stats.c33 char *get_fuzzing_state(afl_state_t *afl) { in get_fuzzing_state()
76 void write_setup_file(afl_state_t *afl, u32 argc, char **argv) {
137 void load_stats_file(afl_state_t *afl) {
245 void write_stats_file(afl_state_t *afl, u32 t_bytes, double bitmap_cvg,
421 void write_queue_stats(afl_state_t *afl) {
455 void maybe_update_plot_file(afl_state_t *afl, u32 t_bytes, double bitmap_cvg,
507 void plot_profile_data(afl_state_t *afl, struct queue_entry *q) {
545 static void check_term_size(afl_state_t *afl) {
561 void show_stats(afl_state_t *afl) {
575 void show_stats_normal(afl_state_t *afl) {
[all …]
H A Dafl-fuzz-run.c45 fuzz_run_target(afl_state_t *afl, afl_forkserver_t *fsrv, u32 timeout) { in fuzz_run_target()
94 write_to_testcase(afl_state_t *afl, void **mem, u32 len, u32 fix) { in write_to_testcase()
243 static void write_with_gap(afl_state_t *afl, u8 *mem, u32 len, u32 skip_at, in write_with_gap()
402 u8 calibrate_case(afl_state_t *afl, struct queue_entry *q, u8 *use_mem, in calibrate_case()
659 void sync_fuzzers(afl_state_t *afl) { in sync_fuzzers()
873 u8 trim_case(afl_state_t *afl, struct queue_entry *q, u8 *in_buf) { in trim_case()
1053 common_fuzz_stuff(afl_state_t *afl, u8 *out_buf, u32 len) { in common_fuzz_stuff()
H A Dafl-fuzz-mutators.c34 void run_afl_custom_queue_new_entry(afl_state_t *afl, struct queue_entry *q, in run_afl_custom_queue_new_entry()
73 void setup_custom_mutators(afl_state_t *afl) { in setup_custom_mutators()
152 void destroy_custom_mutators(afl_state_t *afl) { in destroy_custom_mutators()
177 struct custom_mutator *load_custom_mutator(afl_state_t *afl, const char *fn) { in load_custom_mutator()
453 u8 trim_case_custom(afl_state_t *afl, struct queue_entry *q, u8 *in_buf, in trim_case_custom()
H A Dafl-fuzz-redqueen.c162 static u8 get_exec_checksum(afl_state_t *afl, u8 *buf, u32 len, u64 *cksum) { in get_exec_checksum()
173 static void random_replace(afl_state_t *afl, u8 *buf, u32 len) { in random_replace()
192 static void type_replace(afl_state_t *afl, u8 *buf, u32 len) { in type_replace()
287 static u8 colorization(afl_state_t *afl, u8 *buf, u32 len, in colorization()
545 static u8 its_fuzz(afl_state_t *afl, u8 *buf, u32 len, u8 *status) { in its_fuzz()
785 static u8 cmp_extend_encoding(afl_state_t *afl, struct cmp_header *h, in cmp_extend_encoding()
1603 static u8 cmp_extend_encodingN(afl_state_t *afl, struct cmp_header *h, in cmp_extend_encodingN()
1769 static void try_to_add_to_dict(afl_state_t *afl, u64 v, u8 shape) { in try_to_add_to_dict()
1820 static void try_to_add_to_dictN(afl_state_t *afl, u128 v, u8 size) {
1863 static u8 cmp_fuzz(afl_state_t *afl, u32 key, u8 *orig_buf, u8 *buf, u8 *cbuf,
[all …]
H A Dafl-performance.c9 void rand_set_seed(afl_state_t *afl, s64 init_seed) { in rand_set_seed()
24 inline AFL_RAND_RETURN rand_next(afl_state_t *afl) { in rand_next()
36 inline AFL_RAND_RETURN rand_next(afl_state_t *afl) { in rand_next()
55 inline double rand_next_percent(afl_state_t *afl) { in rand_next_percent()
H A Dafl-fuzz-statsd.c89 void statsd_setup_format(afl_state_t *afl) { in statsd_setup_format()
135 int statsd_socket_init(afl_state_t *afl) { in statsd_socket_init()
185 int statsd_send_metric(afl_state_t *afl) { in statsd_send_metric()
221 int statsd_format_metric(afl_state_t *afl, char *buff, size_t bufflen) { in statsd_format_metric()
H A Dafl-fuzz-state.c41 static void init_mopt_globals(afl_state_t *afl) { in init_mopt_globals()
80 void afl_state_init(afl_state_t *afl, uint32_t map_size) { in afl_state_init()
160 void read_afl_environment(afl_state_t *afl, char **envp) { in read_afl_environment()
703 void afl_state_deinit(afl_state_t *afl) { in afl_state_deinit()
H A Dafl-showmap.c67 static afl_state_t *afl; variable
147 u32 write_to_testcase(afl_state_t *afl, void **mem, u32 a, u32 b) { in write_to_testcase()
155 void show_stats(afl_state_t *afl) { in show_stats()
161 void update_bitmap_score(afl_state_t *afl, struct queue_entry *q) { in update_bitmap_score()
168 fsrv_run_result_t fuzz_run_target(afl_state_t *afl, afl_forkserver_t *fsrv, in fuzz_run_target()
H A Dafl-fuzz-one.c34 static int select_algorithm(afl_state_t *afl, u32 max_algorithm) { in select_algorithm()
327 u8 fuzz_one_original(afl_state_t *afl) { in fuzz_one_original()
3456 static u8 mopt_common_fuzzing(afl_state_t *afl, MOpt_globals_t MOpt_globals) { in mopt_common_fuzzing()
6060 u8 core_fuzzing(afl_state_t *afl) { in core_fuzzing()
6066 u8 pilot_fuzzing(afl_state_t *afl) { in pilot_fuzzing()
6072 void pso_updating(afl_state_t *afl) { in pso_updating()
6165 u8 fuzz_one(afl_state_t *afl) { in fuzz_one()
H A Dafl-fuzz-python.c61 static void *unsupported(afl_state_t *afl, unsigned int seed) { in unsupported()
185 static py_mutator_t *init_py_module(afl_state_t *afl, u8 *module_name) { in init_py_module()
312 static void init_py(afl_state_t *afl, py_mutator_t *py_mutator, in init_py()
382 struct custom_mutator *load_custom_mutator_py(afl_state_t *afl, in load_custom_mutator_py()
H A Dafl-fuzz-skipdet.c34 u8 should_det_fuzz(afl_state_t *afl, struct queue_entry *q) { in should_det_fuzz()
104 u8 skip_deterministic_stage(afl_state_t *afl, u8 *orig_buf, u8 *out_buf, in skip_deterministic_stage()
H A Dafl-fuzz-cmplog.c52 u8 common_fuzz_cmplog_stuff(afl_state_t *afl, u8 *out_buf, u32 len) { in common_fuzz_cmplog_stuff()
H A Dafl-fuzz.c518 afl_state_t *afl = calloc(1, sizeof(afl_state_t)); in main() local
/aosp_15_r20/external/AFLplusplus/test/unittests/
H A Dunit_rand.c52 afl_state_t afl = {0}; in test_rand_0() local
66 afl_state_t afl = {0}; in test_rand_below() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/audio/
H A DFocusRequester.java108 IAudioFocusDispatcher afl, IBinder source, @NonNull String id, in FocusRequester()
128 FocusRequester(AudioFocusInfo afi, IAudioFocusDispatcher afl, in FocusRequester()
/aosp_15_r20/external/AFLplusplus/include/
H A Dafl-mutations.h1753 inline u32 choose_block_len(afl_state_t *afl, u32 limit) { in choose_block_len()
1794 inline u32 afl_mutate(afl_state_t *afl, u8 *buf, u32 len, u32 steps, in afl_mutate()
H A Dcoverage-32.h20 void simplify_trace(afl_state_t *afl, u8 *bytes) { in simplify_trace()
H A Dcoverage-64.h26 void simplify_trace(afl_state_t *afl, u8 *bytes) { in simplify_trace()
H A Dafl-fuzz.h1298 static inline u32 rand_below(afl_state_t *afl, u32 limit) { in rand_below()
1331 static inline u32 rand_below_datalen(afl_state_t *afl, u32 limit) { in rand_below_datalen()
1354 static inline s64 rand_get_seed(afl_state_t *afl) { in rand_get_seed()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/prost-0.12.3/
H A DFUZZING.md6 ## afl section in Fuzzing
/aosp_15_r20/external/zstd/tests/fuzz/
H A Dfuzz.py634 def afl(args): function

123