/mbedtls-development/tests/scripts/ |
A D | translate_ciphers.py | 151 def main(target, names): argument 152 print(format_ciphersuite_names(target, names)) 159 main(ARGS.target, ARGS.names)
|
A D | generate_psa_tests.py | 770 options.targets = [os.path.basename(re.sub(r'\.data\Z', r'', target)) 771 for target in options.targets 772 if target != '-'] 775 for target in options.targets: 776 generator.generate_target(target)
|
/mbedtls-development/ |
A D | CMakeLists.txt | 6 # command but rather at the target level using the 10 # directories. That way, a target linking to a library (using the 14 # CMake in order to avoid target name clashes, via the use of 116 string(REPLACE "/" "\\" target "${CMAKE_CURRENT_SOURCE_DIR}/${base_name}") 119 set(target "${CMAKE_CURRENT_SOURCE_DIR}/${base_name}") variable 124 set(command ln -s ${target} ${link}) 126 if (IS_DIRECTORY ${target}) 127 set(command cmd.exe /c mklink /j ${link} ${target}) 129 set(command cmd.exe /c mklink /h ${link} ${target}) 263 # target. This library of objects is used by tests and programs CMake files [all …]
|
A D | README.md | 69 * If not cross-compiling, running `make` with any target, or just `make`, will automatically genera… 97 In order to build for a Windows platform, you should use `WINDOWS_BUILD=1` if the target is Windows… 207 its include directories to your target (transitively, in the case of `PUBLIC` or
|
A D | ChangeLog | 619 mbedcrypto, mbedx509 and apidoc CMake target names. This can be used by 620 external CMake projects that include this one to avoid CMake target name 621 clashes. The default value of this variable is "", so default target names 1707 the target system cannot be deduced automatically, by setting the option 2685 * Fix potential build failures related to the 'apidoc' target, introduced 4188 * Loads of minimal changes to better support WINCE as a build target 4567 * Fixed the make install target to comply with *BSD make
|
/mbedtls-development/scripts/ |
A D | assemble_changelog.py | 316 def list_merges(some_hash, target, *options): argument 323 '..'.join([some_hash, target])]) 332 target = 'HEAD' 336 ancestry = frozenset(cls.list_merges(some_hash, target, 340 first_parents = cls.list_merges(some_hash, target,
|
A D | windows_msbuild.bat | 4 @rem https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-…
|
/mbedtls-development/library/ |
A D | CMakeLists.txt | 248 foreach(target IN LISTS target_libraries) 254 target_include_directories(${target} 259 TARGETS ${target} 263 endforeach(target)
|
/mbedtls-development/programs/test/cmake_subproject/ |
A D | CMakeLists.txt | 3 # Test the target renaming support by adding a prefix to the targets built
|
/mbedtls-development/programs/test/cmake_package_install/ |
A D | CMakeLists.txt | 23 --target install)
|
/mbedtls-development/configs/ |
A D | README.txt | 5 this target. They can be used as a basis for custom configurations.
|
/mbedtls-development/tests/suites/ |
A D | test_suite_psa_crypto_slot_management.function | 534 /* Prepare the target slot. */ 546 /* Destroy the source to ensure that this doesn't affect the target. */ 549 /* If the target key is persistent, restart the system to make 558 /* Test that the target slot has the expected content. */ 606 * Source and target key attributes may have been returned by 663 /* Populate the target slot. */ 690 /* Test that the target slot is unaffected. */
|
A D | test_suite_psa_crypto.data | 1150 Copy key: RSA key pair, wildcard algorithm in target 1158 Copy key: source=ECDSA+ECDH, target=ECDSA+ECDH 1166 Copy key: source=ECDSA+ECDH, target=ECDSA+0 1170 Copy key: source=ECDSA+ECDH, target=0+ECDH 1262 Copy key: source=ECDSA+ECDH, target=ECDSA+0, opaque 1266 Copy key: source=ECDSA+ECDH, target=0+ECDH, opaque 1285 Copy fail: AES, incompatible target policy 1321 Copy key: source=MAC, target=MAC min-length = length 1405 Copy fail: RSA, incompatible target policy (target wildcard) 1409 Copy fail: RSA, incompatible target policy (source and target wildcard) [all …]
|
A D | test_suite_psa_crypto.function | 719 /* Skip the test case if the target running the test cannot 1654 /* Prepare the target attributes. */ 1673 /* Destroy the source to ensure that this doesn't affect the target. */ 1676 /* Test that the target slot has the expected content and policy. */ 1708 * Source and target key attributes may have been returned by 1748 /* Prepare the target attributes. */
|
A D | test_suite_mps.function | 813 * simple conversion to a fuzz target.
|
/mbedtls-development/programs/test/ |
A D | CMakeLists.txt | 47 # this file will also be used in another directory, so create a target, see
|
/mbedtls-development/programs/fuzz/ |
A D | README.md | 6 …zz driver, which will generate inputs, try to process them with the fuzz target, and alert in case…
|
/mbedtls-development/docs/proposed/ |
A D | psa-driver-developer-guide.md | 33 * An object file compiled for the target platform defining the functions required by the driver des…
|
A D | psa-driver-interface.md | 55 * An object file compiled for the target platform defining the entry point functions specified by t…
|
/mbedtls-development/docs/ |
A D | getting_started.md | 58 …you are cross-compiling, copy the test executable from the `tests` directory to the target machine.
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 1711 # inheritance and usage relations if the target is undocumented
|