Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 22 of 22) sorted by relevance

/lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/
A Dtest_data_generation.py147 self.targets.update({
168 targets = {} # type: Dict[str, Callable[..., Iterable[test_case.TestCase]]] variable in TestGenerator
176 test_cases = self.targets[name](*target_args)
206 for name in sorted(generator.targets):
212 for name in sorted(generator.targets)), end='')
214 if options.targets:
218 options.targets = [os.path.basename(re.sub(r'\.data\Z', r'', target))
219 for target in options.targets
222 options.targets = sorted(generator.targets)
223 for target in options.targets:
/lib/mbedtls/external/mbedtls/programs/fuzz/
A DREADME.md4 This directory contains fuzz targets.
5 Fuzz targets are simple codes using the library.
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:
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`.
38 Corpus generation for network traffic targets
41 These targets use network traffic as inputs :
49 To generate corpus for these targets, you can do the following, not fully automated steps :
/lib/mbedtls/external/mbedtls/programs/test/cmake_subproject/
A DCMakeLists.txt3 # Test the target renaming support by adding a prefix to the targets built
14 # Link against all the Mbed TLS libraries. Verifies that the targets have been
/lib/mbedtls/external/mbedtls/programs/test/cmake_package/
A DCMakeLists.txt32 # At this point, the Mbed TLS targets should have been imported, and we can now
/lib/mbedtls/external/mbedtls/3rdparty/everest/
A DCMakeLists.txt18 # everest is not directly linked against any mbedtls targets
/lib/mbedtls/external/mbedtls/3rdparty/p256-m/
A DCMakeLists.txt16 # p256m is not directly linked against any mbedtls targets
/lib/mbedtls/external/mbedtls/programs/test/cmake_package_install/
A DCMakeLists.txt35 # At this point, the Mbed TLS targets should have been imported, and we can now
/lib/lwip/lwip/test/unit/
A DFilelists.cmake9 # create their own targets using the *_SRCS variables.
/lib/lwip/lwip/contrib/ports/unix/
A DFilelists.cmake9 # create their own targets using the *_SRCS variables.
/lib/lwip/lwip/contrib/ports/win32/
A DFilelists.cmake9 # create their own targets using the *_SRCS variables.
/lib/mbedtls/external/mbedtls/tests/suites/
A Dmain_test.function62 * For optimizing space for embedded targets each expression/macro
94 * For optimizing space for embedded targets each dependency
/lib/efi_selftest/
A DMakefile83 targets += \
/lib/mbedtls/external/mbedtls/
A DCMakeLists.txt8 # that targets are built using the proper list of include directories.
13 # - MBEDTLS_TARGET_PREFIX: CMake targets are designed to be alterable by calling
16 # mbedtls, mbedx509, mbedcrypto and apidoc targets.
362 # additional convenience targets for Unix only
A DREADME.md87 …NU Make and a C compiler are sufficient. Some of the more advanced build targets require some Unix…
107 … is a Windows shell (for instance using mingw32-make) (in that case some targets will not be avail…
196 CMake projects. You can include Mbed TLS's CMake targets yourself with:
201 creates the following targets:
A DChangeLog1271 targets work when MbedTLS is built as a subdirectory. This allows the
2744 * Adds fuzz targets, especially for continuous fuzzing with OSS-Fuzz.
2880 previously lead to a stack overflow on constrained targets.
2967 assembly for AMD64 targets creating string literals greater than those
4564 * Improved Makefiles for Windows targets by fixing library targets and making
/lib/lwip/lwip/contrib/
A DFilelists.cmake9 # create their own targets using the *_SRCS variables.
/lib/mbedtls/external/mbedtls/tests/
A DCMakeLists.txt250 # files are automatically included because the library targets declare
/lib/lwip/lwip/src/
A DFilelists.cmake9 # create their own targets using the *_SRCS variables.
/lib/mbedtls/external/mbedtls/tests/scripts/
A Dgenerate_psa_tests.py826 targets = { variable in PSATestGenerator
A Dall.sh4492 targets=0
4514 ((++targets))
4522 echo "$targets targets checked"
/lib/mbedtls/external/mbedtls/3rdparty/p256-m/p256-m/
A DREADME.md197 implementation of ECDH and ECDSA on P-256 only, that also targets constrained
/lib/lwip/lwip/
A DCHANGELOG257 * Added LWIP_SINGLE_NETIF for small targets with only one netif
1326 be disabled (since runtime checks can often not be seen on embedded targets)
3367 some problems to fill the IP header on some targets, use now the

Completed in 76 milliseconds