Searched refs:fuzz (Results 1 – 12 of 12) sorted by relevance
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-fuzz18 cd oss-fuzz24 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`.
8 project(fuzz CXX) project
88 fuzzers=$(find build/tests/fuzz -name "*-fuzzer")93 zip -j "$OUT/$(basename "$f")"_seed_corpus.zip tests/fuzz/corpora/"${fuzzer}"/*
38 option(OT_FUZZ_TARGETS "enable fuzz targets" OFF)41 add_subdirectory(fuzz)
4 add_subdirectory(fuzz)
109 .PHONY: all clean list fuzz116 all: fuzz119 fuzz: ${MBEDTLS_TEST_OBJS} target120 $(MAKE) -C fuzz428 $(MAKE) -C fuzz clean
3 !fuzz/Makefile
1545 uint8_t fuzz[OT_RADIO_FRAME_MAX_SIZE]; in ProcessReceiveAesCcm()1546 aesCcm.Payload(fuzz, GetPayload(), GetPayloadLength(), Crypto::AesCcm::kDecrypt); in ProcessReceiveAesCcm()
327 rm -f include/Makefile include/mbedtls/Makefile programs/!(fuzz)/Makefile592 …-no-skip-worktree Makefile library/Makefile programs/Makefile tests/Makefile programs/fuzz/Makefile593 … git checkout -- Makefile library/Makefile programs/Makefile tests/Makefile programs/fuzz/Makefile5555 …make -C programs -o fuzz CFLAGS="-I ../tests/include/alt-extra -DMBEDTLS_PSA_CRYPTO_PLATFORM_FILE=…
846 * simple conversion to a fuzz target.
57 PKCS7 Signed Data Parse Fail with corrupted signer info[1] fuzz bad #6.561 PKCS7 Signed Data Parse Fail with corrupted signer info[2] fuzz bad #6.6
2525 keys. Found by Catena cyber using oss-fuzz (issue 20467).2744 * Adds fuzz targets, especially for continuous fuzzing with OSS-Fuzz.3216 (found by Catena cyber using oss-fuzz)3580 Found through fuzz testing.4291 afl-fuzz.)