/mbedtls-latest/tests/scripts/ |
D | test_config_script.py | 29 def output_file_name(directory, stem, extension): argument 30 return os.path.join(directory, 34 def cleanup_directory(directory): argument 37 pattern = output_file_name(directory, '*', extension) 42 def prepare_directory(directory): argument 47 if os.path.exists(directory): 48 cleanup_directory(directory) 50 os.makedirs(directory)
|
D | check_test_cases.py | 145 for directory in test_directories: 146 for data_file_name in glob.glob(os.path.join(directory, 'suites', 151 sh_file = os.path.join(directory, sh_file)
|
D | all.sh | 309 --armc5-bin-dir=<ARMC5_bin_dir_path> ARM Compiler 5 bin directory. 310 --armc6-bin-dir=<ARMC6_bin_dir_path> ARM Compiler 6 bin directory.
|
/mbedtls-latest/scripts/ |
D | windows_msbuild.bat | 13 @rem If the %USERPROFILE%\Source directory exists, then running 14 @rem vcvarsall.bat will silently change the directory to that directory. 16 @rem to that directory instead.
|
D | lcov.sh | 18 3. Run this script from the parent of the directory containing the library 54 lcov --capture --initial --directory $library_dir -o "$COVTMP/files.info" 55 lcov --rc lcov_branch_coverage=1 --capture --directory $library_dir -o "$COVTMP/tests.info"
|
D | abi_check.py | 286 directory, argument 297 full_path = os.path.join(directory, filename)
|
/mbedtls-latest/tests/ |
D | CMakeLists.txt | 6 # Set the project root directory if it's not already defined, as may happen if 69 # Derive generated file paths in the build directory. The generated data 102 --directory ${CMAKE_CURRENT_BINARY_DIR}/suites 120 --directory ${CMAKE_CURRENT_BINARY_DIR}/suites 135 --directory ${CMAKE_CURRENT_BINARY_DIR}/suites 151 --directory ${CMAKE_CURRENT_BINARY_DIR}/suites
|
D | Descriptions.txt | 2 The various 'test_suite_XXX' programs from the 'tests' directory, executed
|
/mbedtls-latest/programs/test/cmake_package_install/ |
D | CMakeLists.txt | 5 # install into a directory inside our own build directory.
|
/mbedtls-latest/tests/git-scripts/ |
D | README.md | 7 The Mbed TLS git hooks are located in `<Mbed TLS root>/tests/git-scripts` directory, and one must c… 11 Execute the following command to create a link on Linux from the Mbed TLS `.git/hooks` directory:
|
/mbedtls-latest/docs/architecture/ |
D | mbed-crypto-storage-specification.md | 83 …directory other than the current directory. This value is simply prepended to the file name (so it… 185 …directory other than the current directory. This value is simply prepended to the file name (so it… 392 …directory other than the current directory. This value is simply prepended to the file name (so it…
|
/mbedtls-latest/ChangeLog.d/ |
D | 00README.md | 1 # Pending changelog entry directory 3 This directory contains changelog entries that have not yet been merged
|
/mbedtls-latest/docs/proposed/ |
D | README | 1 The documents in this directory are proposed specifications for Mbed
|
/mbedtls-latest/ |
D | CMakeLists.txt | 62 # Set the project root directory. 149 # Create a symbolic link from ${base_name} in the binary directory 150 # to the corresponding path in the source directory. 312 # The C files in tests/src directory contain test code shared among test suites
|
D | SUPPORT.md | 8 - the `docs` directory in the source tree;
|
D | README.md | 15 …standard configurations focused on specific use cases in the `configs/` directory. You can read mo… 109 …rning options may be overridden separately using `WARNING_CFLAGS`. Some directory-specific options… 119 In order to build the source using CMake in a separate directory (recommended), just enter at the c… 169 remove the build directory and create it again. 174 the Mbed TLS source directory, use: 318 …s code from other projects. This code is located within the `3rdparty/` directory. The original li…
|
D | .gitignore | 51 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
|
/mbedtls-latest/programs/test/cmake_subproject/ |
D | CMakeLists.txt | 6 # We use the parent Mbed TLS directory as the MBEDTLS_DIR for this test. Other
|
/mbedtls-latest/programs/test/cmake_package/ |
D | CMakeLists.txt | 5 # skip installing it, and use the build directory directly instead.
|
/mbedtls-latest/tests/suites/ |
D | main_test.function | 240 /* Try changing to the directory containing the executable, if 242 * from another directory (e.g. the project root) and still access
|
/mbedtls-latest/programs/test/ |
D | generate_cpp_dummy_build.sh | 10 Run this program from the root of an Mbed TLS directory tree or from
|
D | CMakeLists.txt | 58 # this file will also be used in another directory, so create a target, see
|
/mbedtls-latest/configs/ |
D | README.txt | 1 This directory contains example configuration files.
|
/mbedtls-latest/3rdparty/everest/ |
D | README.md | 1 The files in this directory stem from [Project Everest](https://project-everest.github.io/) and are…
|
/mbedtls-latest/programs/ssl/ |
D | CMakeLists.txt | 25 # inside the same directory, so we need to propagate manually.
|