Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 40) sorted by relevance

12

/mbedtls-3.4.0/tests/scripts/
Dtest_config_script.py40 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)
Dcheck_test_cases.py129 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',
Dgenerate_test_code.py1151 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/
Dwindows_msbuild.bat13 @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/
Dtest_data_generation.py154 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/
DCMakeLists.txt5 # install into a directory inside our own build directory.
/mbedtls-3.4.0/tests/git-scripts/
DREADME.md7 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/
DCMakeLists.txt5 # 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
DDescriptions.txt2 The various 'test_suite_XXX' programs from the 'tests' directory, executed
/mbedtls-3.4.0/
DCMakeLists.txt52 # 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
DSUPPORT.md8 - the `docs` directory in the source tree;
DMakefile149 lcov --capture --initial --directory library -o files.info
150 lcov --rc lcov_branch_coverage=1 --capture --directory library -o tests.info
D.gitignore43 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
DREADME.md15 …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/
DREADME1 The documents in this directory are proposed specifications for Mbed
/mbedtls-3.4.0/docs/architecture/
Dmbed-crypto-storage-specification.md81directory other than the current directory. This value is simply prepended to the file name (so it…
183directory other than the current directory. This value is simply prepended to the file name (so it…
390directory other than the current directory. This value is simply prepended to the file name (so it…
/mbedtls-3.4.0/ChangeLog.d/
D00README.md1 # Pending changelog entry directory
3 This directory contains changelog entries that have not yet been merged
/mbedtls-3.4.0/programs/test/cmake_package/
DCMakeLists.txt5 # skip installing it, and use the build directory directly instead.
/mbedtls-3.4.0/programs/test/cmake_subproject/
DCMakeLists.txt6 # We use the parent Mbed TLS directory as the MBEDTLS_DIR for this test. Other
/mbedtls-3.4.0/configs/
DREADME.txt1 This directory contains example configuration files.
/mbedtls-3.4.0/3rdparty/everest/
DREADME.md1 The files in this directory stem from [Project Everest](https://project-everest.github.io/) and are…
/mbedtls-3.4.0/programs/ssl/
DCMakeLists.txt26 # inside the same directory, so we need to propagate manually.
/mbedtls-3.4.0/programs/test/
Dgenerate_cpp_dummy_build.sh10 Run this program from the root of an Mbed TLS directory tree or from
DCMakeLists.txt55 # this file will also be used in another directory, so create a target, see
/mbedtls-3.4.0/tests/data_files/dir4/
DReadme1 This directory contains the certificates for the tests targeting the enforcement of the policy indi…

12