Searched refs:fuzzers (Results 1 – 13 of 13) sorted by relevance
| /src/crypto/openssh/regress/unittests/sshkey/ |
| H A D | test_fuzz.c | 55 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()
|
| /src/crypto/openssh/regress/unittests/sshbuf/ |
| H A D | test_sshbuf_getput_fuzz.c | 116 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()
|
| /src/contrib/libder/ |
| H A D | CMakeLists.txt | 20 CACHE BOOL "Build the libFuzzer fuzzers (needs llvm)") 23 CACHE BOOL "Build the libFuzzer fuzzers (needs llvm)")
|
| /src/contrib/unbound/contrib/ |
| H A D | README | 44 stdin. Used with fuzzers, patch from Jacob Hoffman-Andrews. 45 * unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1
|
| /src/sys/contrib/zstd/ |
| H A D | TESTING.md | 34 - Entire test suite (including fuzzers and some other specialized tests) on:
|
| /src/contrib/libfido2/fuzz/ |
| H A D | README | 9 libFuzzer is better suited for bespoke fuzzers; see fuzz_cred.c, fuzz_credman.c,
|
| /src/contrib/expat/ |
| H A D | README.md | 273 // Build fuzzers for the expat library 294 // Build fuzzers via OSS-Fuzz for the expat library
|
| H A D | Changes | 582 and fuzzers 1150 #308 CMake: Integrate OSS-Fuzz fuzzers, option
|
| /src/crypto/openssl/fuzz/ |
| H A D | README.md | 119 Run one of the fuzzers:
|
| /src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFlags.def | 182 "after this one. Useful for fuzzers that need to do their own "
|
| /src/crypto/krb5/src/ |
| H A D | configure.ac | 443 # LIB_FUZZING_ENGINE is used for supporting various types of fuzzers.
|
| /src/crypto/openssh/ |
| H A D | ChangeLog | 2331 add basic fuzzers for our import of sntrup761 3323 DSA support is disabled, so remove from fuzzers 5135 unbreak fuzzers - missing pkcs11_make_cert() 5143 unbreak fuzzers for clang16
|
| /src/contrib/unbound/doc/ |
| H A D | Changelog | 3771 - unbound-fuzzers.tar.bz2: three programs for fuzzing, that are 1:1
|