/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerMain.cpp | 16 int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size); 20 return fuzzer::FuzzerDriver(&argc, &argv, LLVMFuzzerTestOneInput); in main()
|
/third_party/json/tests/src/ |
H A D | fuzzer-driver_afl.cpp | 11 an implementation of the `LLVMFuzzerTestOneInput` function which processes a 19 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size); 35 LLVMFuzzerTestOneInput(vec.data(), vec.size()); in main()
|
/third_party/node/deps/openssl/openssl/fuzz/ |
H A D | driver.c | 19 int LLVMFuzzerTestOneInput(const uint8_t *buf, size_t len); 26 int LLVMFuzzerTestOneInput(const uint8_t *buf, size_t len) in LLVMFuzzerTestOneInput() function
|
/third_party/openssl/fuzz/ |
H A D | driver.c | 19 int LLVMFuzzerTestOneInput(const uint8_t *buf, size_t len); 26 int LLVMFuzzerTestOneInput(const uint8_t *buf, size_t len) in LLVMFuzzerTestOneInput() function
|
/third_party/python/Modules/_xxtestfuzz/ |
H A D | _xxtestfuzz.c | 6 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size); 14 int rv = LLVMFuzzerTestOneInput((const uint8_t*)buf, size); in _fuzz_run()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_fuzzsupport.c | 53 int LLVMFuzzerTestOneInput(const unsigned char *, size_t); 57 int LLVMFuzzerTestOneInput(const unsigned char *data, size_t size) in LLVMFuzzerTestOneInput() function 323 LLVMFuzzerTestOneInput(buffer, readsize); in main() 360 LLVMFuzzerTestOneInput(buffer, filelen); in main()
|
/third_party/cJSON/fuzzing/ |
H A D | fuzz_main.c | 5 int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size); /* required by C89 */ 48 (void)LLVMFuzzerTestOneInput((uint8_t*)buf, (size_t)siz_buf); in main()
|
H A D | cjson_read_fuzzer.c | 11 int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size); /* required by C89 */ 13 int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() function
|
/third_party/icu/icu4c/source/test/fuzzer/ |
H A D | fuzzer_driver.cpp | 13 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size); 55 LLVMFuzzerTestOneInput((const uint8_t *) ostrm.str().c_str(), ostrm.str().size()); in main()
|
H A D | uloc_is_right_to_left_fuzzer.cpp | 9 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() function
|
/third_party/json/tests/thirdparty/Fuzzer/standalone/ |
H A D | StandaloneFuzzTargetMain.c | 10 // that exports LLVMFuzzerTestOneInput() and possibly LLVMFuzzerInitialize()) 21 extern int LLVMFuzzerTestOneInput(const unsigned char *data, size_t size); 37 LLVMFuzzerTestOneInput(buf, len); in main()
|
/third_party/skia/third_party/externals/brotli/c/fuzz/ |
H A D | run_decode_fuzzer.c | 14 void LLVMFuzzerTestOneInput(const uint8_t* data, size_t size); 41 LLVMFuzzerTestOneInput(data, len); in main()
|
/third_party/mbedtls/programs/fuzz/ |
H A D | onefile.c | 10 int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size); 65 LLVMFuzzerTestOneInput(Data, Size); in main()
|
/third_party/skia/third_party/externals/dawn/src/fuzzers/ |
H A D | StandaloneFuzzerMain.cpp | 21 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size); 67 return LLVMFuzzerTestOneInput(reinterpret_cast<const uint8_t*>(data.data()), data.size()); in main()
|
/third_party/selinux/libsepol/fuzz/ |
H A D | binpolicy-fuzzer.c | 6 extern int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size); 18 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() function
|
/third_party/json/tests/thirdparty/Fuzzer/test/ |
H A D | EmptyTest.cpp | 9 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput() function
|
H A D | UninstrumentedTest.cpp | 8 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput() function
|
H A D | TimeoutEmptyTest.cpp | 8 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput() function
|
H A D | NullDerefOnEmptyTest.cpp | 12 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput() function
|
H A D | AFLDriverTest.cpp | 20 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput() function
|
H A D | AccumulateAllocationsTest.cpp | 12 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput() function
|
H A D | NthRunCrashTest.cpp | 11 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput() function
|
/third_party/ffmpeg/tools/ |
H A D | target_bsf_fuzzer.c | 29 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size); 41 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() function
|
/third_party/json/tests/thirdparty/Fuzzer/afl/ |
H A D | afl_driver.cpp | 10 (LLVMFuzzerTestOneInput) with AFL using AFL's persistent (in-process) mode. 17 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { 86 int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size); 280 LLVMFuzzerTestOneInput(copy, n_read); in main()
|
/third_party/libcoap/tests/oss-fuzz/ |
H A D | split_uri_target.c | 4 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() function
|