Searched refs:fuzz (Results 1 – 11 of 11) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/programs/fuzz/ |
D | README.md | 4 This directory contains fuzz targets. 6 They are used with a so-called fuzz driver, which will generate inputs, try to process them with th… 8 These targets were meant to be used with oss-fuzz but can be used in other contexts. 15 To run the fuzz targets like oss-fuzz: 17 git clone https://github.com/google/oss-fuzz 18 cd oss-fuzz 24 And you can run any of the fuzz targets like `fuzz_client`. 26 To run the fuzz targets without oss-fuzz, you first need to install one libFuzzingEngine (libFuzzer… 35 Finally, you can run the targets like `./test/fuzz/fuzz_client`.
|
D | CMakeLists.txt | 15 project(fuzz CXX) project
|
/openthread-2.7.6/tests/ |
D | Makefile.am | 36 fuzz \ 57 SUBDIRS += fuzz subdir
|
D | CMakeLists.txt | 35 option(OT_FUZZ_TARGETS "enable fuzz targets" OFF) 38 add_subdirectory(fuzz)
|
/openthread-2.7.6/tests/fuzz/ |
D | oss-fuzz-build | 81 fuzzers=$(find build/tests/fuzz -name "*-fuzzer") 86 zip -j "$OUT/$(basename "$f")"_seed_corpus.zip tests/fuzz/corpora/"${fuzzer}"/*
|
/openthread-2.7.6/third_party/mbedtls/repo/programs/ |
D | CMakeLists.txt | 3 add_subdirectory(fuzz)
|
D | Makefile | 123 .PHONY: all clean list fuzz 130 all: fuzz 133 fuzz: ${MBEDTLS_TEST_OBJS} target 134 $(MAKE) -C fuzz THIRDPARTY_INCLUDES=$(THIRDPARTY_INCLUDES) 367 $(MAKE) -C fuzz clean
|
/openthread-2.7.6/ |
D | configure.ac | 339 AC_MSG_CHECKING([whether to build fuzz targets]) 340 AC_ARG_ENABLE(fuzz-targets, 341 [AS_HELP_STRING([--enable-fuzz-targets],[Enable building of fuzz targets @<:@default=no@:>@.])], 350 AC_MSG_ERROR([Invalid value ${enableval} for --enable-fuzz-targets]) 1024 tests/fuzz/Makefile 1062 Build fuzz targets : ${enable_fuzz_targets}
|
/openthread-2.7.6/src/core/mac/ |
D | mac_frame.cpp | 1364 uint8_t fuzz[OT_RADIO_FRAME_MAX_SIZE]; in ProcessReceiveAesCcm() 1365 aesCcm.Payload(fuzz, GetPayload(), GetPayloadLength(), Crypto::AesCcm::kDecrypt); in ProcessReceiveAesCcm()
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/ |
D | all.sh | 279 …-no-skip-worktree Makefile library/Makefile programs/Makefile tests/Makefile programs/fuzz/Makefile 280 … git checkout -- Makefile library/Makefile programs/Makefile tests/Makefile programs/fuzz/Makefile
|
/openthread-2.7.6/third_party/mbedtls/repo/ |
D | ChangeLog | 498 keys. Found by Catena cyber using oss-fuzz (issue 20467). 717 * Adds fuzz targets, especially for continuous fuzzing with OSS-Fuzz. 1189 (found by Catena cyber using oss-fuzz) 1553 Found through fuzz testing. 2264 afl-fuzz.)
|