Searched refs:fuzz (Results 1 – 6 of 6) 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) project34 list(APPEND exe_sources ${MBEDTLS_DIR}/tf-psa-crypto/programs/fuzz/fuzz_onefile.c)40 list(APPEND exe_sources ${MBEDTLS_DIR}/tf-psa-crypto/programs/fuzz/fuzz_common.c)46 … ${CMAKE_CURRENT_SOURCE_DIR}/../../tf-psa-crypto/programs/fuzz/
6 PROGRAM_FUZZ_PATH:=$(MBEDTLS_PATH)/tf-psa-crypto/programs/fuzz49 rm -rf $(MBEDTLS_PATH)/tf-psa-crypto/programs/fuzz/*.o53 …exist $(MBEDTLS_PATH)\tf-psa-crypto\programs\fuzz\*.o del /Q /F $(MBEDTLS_PATH)\tf-psa-crypto\prog…
5 add_subdirectory(fuzz)
3 !fuzz/Makefile
93 .PHONY: all clean list fuzz100 all: fuzz109 fuzz: ${MBEDTLS_TEST_OBJS} target110 $(MAKE) -C fuzz331 $(MAKE) -C fuzz clean
Completed in 12 milliseconds