Searched defs:LLVMFuzzerTestOneInput (Results 1 – 13 of 13) sorted by relevance
/btstack/test/fuzz/ |
H A D | fuzz_ad_parser.c | 6 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() function
|
H A D | fuzz_hfp_at_parser.c | 6 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() function
|
H A D | fuzz_obex_iterator.c | 6 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() function
|
H A D | fuzz_att_db.c | 19 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() function
|
H A D | fuzz_avrcp.c | 55 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() function
|
H A D | fuzz_hci.c | 65 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() function
|
H A D | fuzz_avdtp.c | 64 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() function
|
H A D | fuzz_hci_transport_h4.c | 103 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() function
|
H A D | fuzz_gatt_client.c | 83 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() function
|
H A D | fuzz_l2cap.c | 211 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() function
|
H A D | fuzz_l2cap_whitebox.c | 225 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() function
|
/btstack/3rd-party/lc3-google/fuzz/ |
H A D | dfuzz.cc | 24 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() function
|
H A D | efuzz.cc | 71 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() function
|