Searched refs:directory (Results 1 – 25 of 40) sorted by relevance
12
/mbedtls-3.4.0/tests/scripts/ |
D | test_config_script.py | 40 def output_file_name(directory, stem, extension): argument 41 return os.path.join(directory, 45 def cleanup_directory(directory): argument 48 pattern = output_file_name(directory, '*', extension) 53 def prepare_directory(directory): argument 58 if os.path.exists(directory): 59 cleanup_directory(directory) 61 os.makedirs(directory)
|
D | check_test_cases.py | 129 for directory in test_directories: 130 for data_file_name in glob.glob(os.path.join(directory, 'suites', 133 ssl_opt_sh = os.path.join(directory, 'ssl-opt.sh') 136 for ssl_opt_file_name in glob.glob(os.path.join(directory, 'opt-testcases',
|
D | generate_test_code.py | 1151 for directory in [out_c_file_dir, out_data_file_dir]: 1152 if not os.path.exists(directory): 1153 os.makedirs(directory)
|
/mbedtls-3.4.0/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.
|
/mbedtls-3.4.0/scripts/mbedtls_dev/ |
D | test_data_generation.py | 154 self.test_suite_directory = options.directory 209 if options.directory is None: 210 options.directory = 'tests/suites' 212 options.directory = os.path.abspath(options.directory)
|
/mbedtls-3.4.0/programs/test/cmake_package_install/ |
D | CMakeLists.txt | 5 # install into a directory inside our own build directory.
|
/mbedtls-3.4.0/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-3.4.0/tests/ |
D | CMakeLists.txt | 5 # Set the project root directory if it's not already defined, as may happen if 44 # Derive generated file paths in the build directory. The generated data 68 --directory ${CMAKE_CURRENT_BINARY_DIR}/suites 86 --directory ${CMAKE_CURRENT_BINARY_DIR}/suites
|
D | Descriptions.txt | 2 The various 'test_suite_XXX' programs from the 'tests' directory, executed
|
/mbedtls-3.4.0/ |
D | CMakeLists.txt | 52 # Set the project root directory. 121 # Create a symbolic link from ${base_name} in the binary directory 122 # to the corresponding path in the source directory. 271 # The C files in tests/src directory contain test code shared among test suites 318 … COMMAND lcov --capture --initial --directory library/CMakeFiles/mbedtls.dir -o files.info 319 COMMAND lcov --capture --directory library/CMakeFiles/mbedtls.dir -o tests.info
|
D | SUPPORT.md | 8 - the `docs` directory in the source tree;
|
D | Makefile | 149 lcov --capture --initial --directory library -o files.info 150 lcov --rc lcov_branch_coverage=1 --capture --directory library -o tests.info
|
D | .gitignore | 43 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
|
D | README.md | 15 …standard configurations focused on specific use cases in the `configs/` directory. You can read mo… 104 …rning options may be overridden separately using `WARNING_CFLAGS`. Some directory-specific options… 114 In order to build the source using CMake in a separate directory (recommended), just enter at the c… 164 remove the build directory and create it again. 169 the Mbed TLS source directory, use:
|
/mbedtls-3.4.0/docs/proposed/ |
D | README | 1 The documents in this directory are proposed specifications for Mbed
|
/mbedtls-3.4.0/docs/architecture/ |
D | mbed-crypto-storage-specification.md | 81 …directory other than the current directory. This value is simply prepended to the file name (so it… 183 …directory other than the current directory. This value is simply prepended to the file name (so it… 390 …directory other than the current directory. This value is simply prepended to the file name (so it…
|
/mbedtls-3.4.0/ChangeLog.d/ |
D | 00README.md | 1 # Pending changelog entry directory 3 This directory contains changelog entries that have not yet been merged
|
/mbedtls-3.4.0/programs/test/cmake_package/ |
D | CMakeLists.txt | 5 # skip installing it, and use the build directory directly instead.
|
/mbedtls-3.4.0/programs/test/cmake_subproject/ |
D | CMakeLists.txt | 6 # We use the parent Mbed TLS directory as the MBEDTLS_DIR for this test. Other
|
/mbedtls-3.4.0/configs/ |
D | README.txt | 1 This directory contains example configuration files.
|
/mbedtls-3.4.0/3rdparty/everest/ |
D | README.md | 1 The files in this directory stem from [Project Everest](https://project-everest.github.io/) and are…
|
/mbedtls-3.4.0/programs/ssl/ |
D | CMakeLists.txt | 26 # inside the same directory, so we need to propagate manually.
|
/mbedtls-3.4.0/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 | 55 # this file will also be used in another directory, so create a target, see
|
/mbedtls-3.4.0/tests/data_files/dir4/ |
D | Readme | 1 This directory contains the certificates for the tests targeting the enforcement of the policy indi…
|
12