Searched refs:fuzzed (Results 1 – 10 of 10) sorted by relevance
/external/openssh/regress/unittests/sshkey/ |
D | test_fuzz.c | 103 struct sshbuf *buf, *fuzzed; in sshkey_fuzz_tests() local 116 ASSERT_PTR_NE(fuzzed = sshbuf_new(), NULL); in sshkey_fuzz_tests() 119 r = sshbuf_put(fuzzed, fuzz_ptr(fuzz), fuzz_len(fuzz)); in sshkey_fuzz_tests() 121 if (sshkey_parse_private_fileblob(fuzzed, "", &k1, NULL) == 0) in sshkey_fuzz_tests() 123 sshbuf_reset(fuzzed); in sshkey_fuzz_tests() 125 sshbuf_free(fuzzed); in sshkey_fuzz_tests() 137 ASSERT_PTR_NE(fuzzed = sshbuf_new(), NULL); in sshkey_fuzz_tests() 140 r = sshbuf_put(fuzzed, fuzz_ptr(fuzz), fuzz_len(fuzz)); in sshkey_fuzz_tests() 142 if (sshkey_parse_public_rsa1_fileblob(fuzzed, &k1, NULL) == 0) in sshkey_fuzz_tests() 144 sshbuf_reset(fuzzed); in sshkey_fuzz_tests() [all …]
|
/external/openssh/regress/unittests/test_helper/ |
D | fuzz.c | 71 u_char *fuzzed; member 254 assert(fuzz->fuzzed != NULL); in fuzz_cleanup() 256 free(fuzz->fuzzed); in fuzz_cleanup() 294 if (fuzz->fuzzed == NULL) { in fuzz_next() 296 fuzz->fuzzed = calloc(fuzz->slen, 1); in fuzz_next() 315 assert(fuzz->fuzzed != NULL); in fuzz_next() 320 memcpy(fuzz->fuzzed, fuzz->seed, fuzz->slen); in fuzz_next() 321 fuzz->fuzzed[fuzz->o1 / 8] ^= 1 << (fuzz->o1 % 8); in fuzz_next() 327 memcpy(fuzz->fuzzed, fuzz->seed, fuzz->slen); in fuzz_next() 328 fuzz->fuzzed[fuzz->o1 / 8] ^= 1 << (fuzz->o1 % 8); in fuzz_next() [all …]
|
/external/harfbuzz_ng/test/fuzzing/ |
D | Makefile.am | 48 cat $(srcdir)/../shaping/tests/fuzzed.tests | \
|
/external/openssh/regress/misc/kexfuzz/ |
D | README | 31 fuzzed variants with the same type. It really should allow
|
/external/harfbuzz_ng/test/shaping/ |
D | Makefile.am | 53 tests/fuzzed.tests \
|
/external/tcpdump/tests/ |
D | TESTLIST | 65 # fuzzed pcap 175 # fuzzed pcap 255 # fuzzed pcap 262 # fuzzed pcap 288 # fuzzed pcap 439 # fuzzed pcap 444 # fuzzed pcap
|
/external/skia/samplecode/ |
D | SampleSVGPong.cpp | 257 const SkScalar fuzzed = fabs(spd) + fRand.nextRangeScalar(-kBallSpeedFuzz, kBallSpeedFuzz); in fuzzBallSpeed() local 259 return sign * SkTPin(fuzzed, kBallSpeedMin, kBallSpeedMax); in fuzzBallSpeed()
|
/external/ImageMagick/ |
D | AUTHORS.txt | 123 Contributed numerous fuzzed-images that revealed program flaws in
|
/external/clang/docs/ |
D | SanitizerCoverage.rst | 401 a fuzzer in the same process as the code being fuzzed (in-process fuzzer).
|
/external/llvm/docs/ |
D | LibFuzzer.rst | 19 The fuzzer is linked with the library under test, and feeds fuzzed inputs to the
|