| /freebsd-13.1/crypto/openssh/regress/unittests/test_helper/ |
| H A D | fuzz.c | 112 fuzz->o1, fuzz->slen * 8, fuzz->o1); in fuzz_fmt() 124 fuzz->o1, fuzz->slen, fuzz->o1); in fuzz_fmt() 136 fuzz->o1, fuzz->slen, fuzz->o1); in fuzz_fmt() 141 fuzz->o1, fuzz->slen, fuzz->o1); in fuzz_fmt() 264 fuzz, fuzz_ntop(fuzz->strategy), fuzz->o1, fuzz->o2, fuzz->slen)); in fuzz_strategy_done() 290 (u_long)fuzz->strategies, fuzz->o1, fuzz->o2, fuzz->slen)); in fuzz_next() 320 memcpy(fuzz->fuzzed, fuzz->seed, fuzz->slen); in fuzz_next() 327 memcpy(fuzz->fuzzed, fuzz->seed, fuzz->slen); in fuzz_next() 338 memcpy(fuzz->fuzzed, fuzz->seed, fuzz->slen); in fuzz_next() 345 memcpy(fuzz->fuzzed, fuzz->seed, fuzz->slen); in fuzz_next() [all …]
|
| H A D | test_helper.h | 290 struct fuzz; 301 struct fuzz *fuzz_begin(u_int strategies, const void *p, size_t l); 304 void fuzz_cleanup(struct fuzz *fuzz); 307 void fuzz_next(struct fuzz *fuzz); 314 int fuzz_matches_original(struct fuzz *fuzz); 317 int fuzz_done(struct fuzz *fuzz); 320 size_t fuzz_len(struct fuzz *fuzz); 321 u_char *fuzz_ptr(struct fuzz *fuzz); 324 void fuzz_dump(struct fuzz *fuzz);
|
| /freebsd-13.1/crypto/openssh/regress/unittests/sshkey/ |
| H A D | test_fuzz.c | 45 fuzz_dump((struct fuzz *)fuzz); in onerror() 53 struct fuzz *fuzz; in public_fuzz() local 69 for(; !fuzz_done(fuzz); fuzz_next(fuzz)) { in public_fuzz() 79 struct fuzz *fuzz; in sig_fuzz() local 97 for(; !fuzz_done(fuzz); fuzz_next(fuzz)) { in sig_fuzz() 114 struct fuzz *fuzz; in sshkey_fuzz_tests() local 127 for(i = 0; !fuzz_done(fuzz); i++, fuzz_next(fuzz)) { in sshkey_fuzz_tests() 149 for(i = 0; !fuzz_done(fuzz); i++, fuzz_next(fuzz)) { in sshkey_fuzz_tests() 171 for(i = 0; !fuzz_done(fuzz); i++, fuzz_next(fuzz)) { in sshkey_fuzz_tests() 193 for(i = 0; !fuzz_done(fuzz); i++, fuzz_next(fuzz)) { in sshkey_fuzz_tests() [all …]
|
| /freebsd-13.1/crypto/openssh/regress/unittests/sshbuf/ |
| H A D | test_sshbuf_getput_fuzz.c | 75 onerror(void *fuzz) in onerror() argument 78 fuzz_dump((struct fuzz *)fuzz); in onerror() 114 struct fuzz *fuzz; in sshbuf_getput_fuzz_tests() local 123 fuzz = fuzz_begin(fuzzers, blob, sizeof(blob)); in sshbuf_getput_fuzz_tests() 124 TEST_ONERROR(onerror, fuzz); in sshbuf_getput_fuzz_tests() 125 for(; !fuzz_done(fuzz); fuzz_next(fuzz)) in sshbuf_getput_fuzz_tests() 127 fuzz_cleanup(fuzz); in sshbuf_getput_fuzz_tests()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | mms114.txt | 14 - touchscreen-fuzz-x: See [1] 15 - touchscreen-fuzz-y: See [1] 16 - touchscreen-fuzz-pressure: See [1] 34 touchscreen-fuzz-x = <10>; 35 touchscreen-fuzz-y = <10>; 36 touchscreen-fuzz-pressure = <10>;
|
| H A D | tsc2005.txt | 31 touchscreen-fuzz-x = <4>; 32 touchscreen-fuzz-y = <7>; 33 touchscreen-fuzz-pressure = <2>; 54 touchscreen-fuzz-x = <4>; 55 touchscreen-fuzz-y = <7>; 56 touchscreen-fuzz-pressure = <2>;
|
| H A D | tsc2007.txt | 15 - ti,fuzzx: specifies the absolute input fuzz x value. 16 If set, it will permit noise in the data up to +- the value given to the fuzz 18 - ti,fuzzy: specifies the absolute input fuzz y value. 19 - ti,fuzzz: specifies the absolute input fuzz z value.
|
| H A D | cyttsp.txt | 20 - touchscreen-fuzz-x : horizontal noise value of the absolute input device 22 - touchscreen-fuzz-y : vertical noise value of the absolute input device 57 touchscreen-fuzz-x = <4>; 58 touchscreen-fuzz-y = <7>; 82 touchscreen-fuzz-x = <4>; 83 touchscreen-fuzz-y = <7>;
|
| H A D | iqs5xx.txt | 39 - touchscreen-fuzz-x : See [2]. 41 - touchscreen-fuzz-y : See [2]. 43 - touchscreen-fuzz-pressure : See [2].
|
| H A D | touchscreen.yaml | 40 touchscreen-fuzz-x: 44 touchscreen-fuzz-y: 48 touchscreen-fuzz-pressure:
|
| H A D | chipone_icn8318.txt | 15 - touchscreen-fuzz-x : horizontal noise value of the absolute input 17 - touchscreen-fuzz-y : vertical noise value of the absolute input
|
| /freebsd-13.1/contrib/libcbor/.github/workflows/ |
| H A D | fuzz.yml | 8 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master 10 oss-fuzz-project-name: 'libcbor' 13 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master 15 oss-fuzz-project-name: 'libcbor' 16 fuzz-seconds: 600
|
| /freebsd-13.1/contrib/libarchive/.github/workflows/ |
| H A D | cifuzz.yml | 9 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master 11 oss-fuzz-project-name: 'libarchive' 14 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master 16 oss-fuzz-project-name: 'libarchive' 17 fuzz-seconds: 600
|
| /freebsd-13.1/usr.bin/patch/ |
| H A D | patch.c | 156 LINENUM where = 0, newwhere, fuzz, mymaxfuzz; in main() local 282 fuzz = 0; in main() 305 where = locate_hunk(fuzz); in main() 309 if (fuzz == 0) in main() 315 where = locate_hunk(fuzz); in main() 353 ++fuzz <= mymaxfuzz); in main() 382 if (fuzz != 0) in main() 383 say(" with fuzz %ld", fuzz); in main() 703 locate_hunk(LINENUM fuzz) in locate_hunk() argument 1078 LINENUM pline = 1 + fuzz; in patch_match() [all …]
|
| /freebsd-13.1/contrib/libfido2/fuzz/ |
| H A D | summary.txt | 3 fuzz/prng.c 31 0 100.00% 2 … 4 fuzz/udev.c 103 5 95.15% 17 … 5 fuzz/uniform_random.c 7 1 85.71% 1 … 6 fuzz/wrap.c 6 0 100.00% 1 …
|
| H A D | Makefile | 26 tar Ccf .. - src fuzz | docker exec -i ${RUNNER} tar Cxf /libfido2 - 31 docker exec ${RUNNER} tar Czxf /libfido2/fuzz /libfido2/fuzz/corpus.tgz
|
| /freebsd-13.1/contrib/libfido2/src/ |
| H A D | CMakeLists.txt | 38 list(APPEND FIDO_SOURCES ../fuzz/prng.c) 39 list(APPEND FIDO_SOURCES ../fuzz/uniform_random.c) 40 list(APPEND FIDO_SOURCES ../fuzz/udev.c) 41 list(APPEND FIDO_SOURCES ../fuzz/wrap.c)
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | patch.c | 1586 if (fuzz_penalty > fuzz) in match_hunk() 1589 fuzz -= fuzz_penalty; in match_hunk() 1639 if ((lines_read <= fuzz && leading_context > fuzz) || in match_hunk() 1640 (lines_read > hunk_length - fuzz && trailing_context > fuzz)) in match_hunk() 1937 if (fuzz == 0) in get_hunk_info() 2054 && fuzz == 0 in get_hunk_info() 2097 (*hi)->report_fuzz = fuzz; in get_hunk_info() 2265 if (lines_read > fuzz && in apply_hunk() 2562 svn_linenum_t fuzz = 0; in apply_one_patch() local 2581 fuzz++; in apply_one_patch() [all …]
|
| /freebsd-13.1/contrib/libcbor/test/ |
| H A D | fuzz_test.c | 65 static void fuzz(void **state) { in fuzz() function 85 const struct CMUnitTest tests[] = {cmocka_unit_test(fuzz)}; in main()
|
| /freebsd-13.1/crypto/openssh/.github/ |
| H A D | ci-status.md | 4 …Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/openssh.svg)](https://bu…
|
| /freebsd-13.1/usr.bin/units/ |
| H A D | definitions.units | 88 fuzz 1 94 AU 1.49597870691e+11 m fuzz 96 mole 6.0221417930e+23 fuzz 97 e 1.6021917e-19 coul fuzz 141 year 365.24219879 day fuzz 227 dry 268.8025 in3/gallon fuzz 236 brgallon 277.420 in3 fuzz 240 brpeck 554.84 in3 fuzz 604 atomicmassunit 1.66053878283e-27 kg fuzz 605 # year 3.15569259747e7 sec fuzz [all …]
|
| /freebsd-13.1/sys/dev/evdev/ |
| H A D | evdev.c | 483 int32_t maximum, int32_t fuzz, int32_t flat, int32_t resolution) in evdev_support_abs() argument 493 .fuzz = fuzz, in evdev_support_abs() 678 int32_t fuzz, old_value, abs_change; in evdev_modify_event() local 720 fuzz = evdev->ev_absinfo[code].fuzz; in evdev_modify_event() 721 if (fuzz == 0) in evdev_modify_event() 725 if (abs_change < fuzz / 2) in evdev_modify_event() 727 else if (abs_change < fuzz) in evdev_modify_event() 729 else if (abs_change < fuzz * 2) in evdev_modify_event()
|
| /freebsd-13.1/contrib/expat/ |
| H A D | Makefile.am | 96 fuzz/xml_parsebuffer_fuzzer.c \ 97 fuzz/xml_parse_fuzzer.c \
|
| /freebsd-13.1/sys/dev/hid/ |
| H A D | xb360gp.c | 65 .fuzz = 16, .flat = 128 } 68 .fuzz = 16, .flat = 128, .invert_value = true }
|
| /freebsd-13.1/contrib/libfido2/ |
| H A D | README.adoc | 7 …:https://oss-fuzz-build-logs.storage.googleapis.com/badges/libfido2.svg["Fuzz Status (oss-fuzz)", …
|