Home
last modified time | relevance | path

Searched refs:fuzz (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/programs/fuzz/
DREADME.md4 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`.
DCMakeLists.txt8 project(fuzz CXX) project
/openthread-latest/tests/fuzz/
Doss-fuzz-build88 fuzzers=$(find build/tests/fuzz -name "*-fuzzer")
93 zip -j "$OUT/$(basename "$f")"_seed_corpus.zip tests/fuzz/corpora/"${fuzzer}"/*
/openthread-latest/tests/
DCMakeLists.txt38 option(OT_FUZZ_TARGETS "enable fuzz targets" OFF)
41 add_subdirectory(fuzz)
/openthread-latest/third_party/mbedtls/repo/programs/
DCMakeLists.txt4 add_subdirectory(fuzz)
DMakefile109 .PHONY: all clean list fuzz
116 all: fuzz
119 fuzz: ${MBEDTLS_TEST_OBJS} target
120 $(MAKE) -C fuzz
428 $(MAKE) -C fuzz clean
D.gitignore3 !fuzz/Makefile
/openthread-latest/src/core/mac/
Dmac_frame.cpp1545 uint8_t fuzz[OT_RADIO_FRAME_MAX_SIZE]; in ProcessReceiveAesCcm()
1546 aesCcm.Payload(fuzz, GetPayload(), GetPayloadLength(), Crypto::AesCcm::kDecrypt); in ProcessReceiveAesCcm()
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dall.sh327 rm -f include/Makefile include/mbedtls/Makefile programs/!(fuzz)/Makefile
592 …-no-skip-worktree Makefile library/Makefile programs/Makefile tests/Makefile programs/fuzz/Makefile
593 … git checkout -- Makefile library/Makefile programs/Makefile tests/Makefile programs/fuzz/Makefile
5555 …make -C programs -o fuzz CFLAGS="-I ../tests/include/alt-extra -DMBEDTLS_PSA_CRYPTO_PLATFORM_FILE=…
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_mps.function846 * simple conversion to a fuzz target.
Dtest_suite_pkcs7.data57 PKCS7 Signed Data Parse Fail with corrupted signer info[1] fuzz bad #6.5
61 PKCS7 Signed Data Parse Fail with corrupted signer info[2] fuzz bad #6.6
/openthread-latest/third_party/mbedtls/repo/
DChangeLog2525 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.)