HomeSort by: relevance | last modified time | path
    Searched refs:afl (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/recipes/
70-test_quic_record.t 18 if config('options') =~ /-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION|enable-fuzz-afl/;
90-test_quicfaults.t 24 if config('options') =~ /-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION|enable-fuzz-afl/;
75-test_quicapi.t 26 if config('options') =~ /-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION|enable-fuzz-afl/;
80-test_cmp_http.t 25 if config('options') =~ /-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION|enable-fuzz-afl/;
  /src/crypto/external/bsd/openssl/dist/test/recipes/
80-test_cmp_http.t 25 if config('options') =~ /-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION|enable-fuzz-afl/;
  /src/external/gpl3/binutils/dist/binutils/
sysdump.c 316 addrsize = dummy.afl;
srconv.c 343 hd.afl = 2;
349 hd.afl = 4;
355 hd.afl = 4;
368 hd.afl = 4;
  /src/external/gpl3/binutils.old/dist/binutils/
sysdump.c 316 addrsize = dummy.afl;
srconv.c 343 hd.afl = 2;
349 hd.afl = 4;
355 hd.afl = 4;
368 hd.afl = 4;
  /src/external/bsd/zstd/dist/tests/fuzz/
fuzz.py 87 AFL_FUZZ = os.environ.get('AFL_FUZZ', 'afl-fuzz')
221 For AFL set CC and CXX to AFL's compilers and set
523 To merge AFL's output pass the SEED as AFL's output directory and pass
593 Runs an afl-fuzz job.
594 Passes all extra arguments to afl-fuzz.
595 The fuzzer should have been built with CC/CXX set to the AFL compilers,
609 help='Override the default AFL output dir (default: {})'.format(
610 abs_join(CORPORA_DIR, 'TARGET-afl')))
634 def afl(args): function
    [all...]
  /src/external/mpl/bind/dist/
configure 1676 --enable-fuzzing=<afl|libfuzzer|ossfuzz>
18564 afl) :
18566 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: using AFL" >&5
18567 printf "%s\n" "using AFL" >&6; }
18572 FUZZ_LOG_COMPILER="afl.sh" ;; #(
18602 if test "$enable_fuzzing" = "afl"
18604 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking \"for AFL enabled compiler\"" >&5
18605 printf %s "checking \"for AFL enabled compiler\"... " >&6; }
18613 #error AFL compiler required
18625 e) as_fn_error $? "set CC=afl-<gcc|clang> when --enable-fuzzing=afl is used" "$LINENO" 5 ;
    [all...]

Completed in 45 milliseconds