Home
last modified time | relevance | path

Searched refs:fuzzers (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/sshkey/
H A Dtest_fuzz.c55 u_int fuzzers = FUZZ_1_BIT_FLIP | FUZZ_1_BYTE_FLIP | in public_fuzz() local
59 fuzzers &= ~FUZZ_1_BIT_FLIP; in public_fuzz()
61 fuzzers |= FUZZ_2_BIT_FLIP | FUZZ_2_BYTE_FLIP; in public_fuzz()
64 fuzz = fuzz_begin(fuzzers, sshbuf_mutable_ptr(buf), sshbuf_len(buf)); in public_fuzz()
83 u_int fuzzers = FUZZ_1_BIT_FLIP | FUZZ_1_BYTE_FLIP | FUZZ_2_BYTE_FLIP | in sig_fuzz() local
87 fuzzers &= ~FUZZ_2_BYTE_FLIP; in sig_fuzz()
89 fuzzers |= FUZZ_2_BIT_FLIP; in sig_fuzz()
94 fuzz = fuzz_begin(fuzzers, sig, l); in sig_fuzz()
/freebsd/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_fuzz.c116 u_int fuzzers = FUZZ_1_BIT_FLIP | FUZZ_2_BIT_FLIP | in sshbuf_getput_fuzz_tests() local
121 fuzzers &= ~(FUZZ_2_BYTE_FLIP|FUZZ_2_BIT_FLIP); in sshbuf_getput_fuzz_tests()
124 fuzz = fuzz_begin(fuzzers, blob, sizeof(blob)); in sshbuf_getput_fuzz_tests()
/freebsd/contrib/libder/
H A DCMakeLists.txt20 CACHE BOOL "Build the libFuzzer fuzzers (needs llvm)")
23 CACHE BOOL "Build the libFuzzer fuzzers (needs llvm)")
/freebsd/contrib/unbound/contrib/
H A DREADME44 stdin. Used with fuzzers, patch from Jacob Hoffman-Andrews.
45 * unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1
/freebsd/sys/contrib/zstd/
H A DTESTING.md34 - Entire test suite (including fuzzers and some other specialized tests) on:
/freebsd/contrib/libfido2/fuzz/
H A DREADME9 libFuzzer is better suited for bespoke fuzzers; see fuzz_cred.c, fuzz_credman.c,
/freebsd/contrib/expat/
H A DREADME.md277 // Build fuzzers for the expat library
298 // Build fuzzers via ossfuzz for the expat library
H A DChanges332 and fuzzers
900 #308 CMake: Integrate OSS-Fuzz fuzzers, option
/freebsd/crypto/openssl/fuzz/
H A DREADME.md91 Run one of the fuzzers:
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def182 "after this one. Useful for fuzzers that need to do their own "
/freebsd/crypto/openssh/
H A DChangeLog482 unbreak fuzzers - missing pkcs11_make_cert()
490 unbreak fuzzers for clang16
/freebsd/contrib/unbound/doc/
H A DChangelog3239 - unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1