Home
last modified time | relevance | path

Searched refs:target (Results 1 – 21 of 21) sorted by relevance

/mbedtls-development/tests/scripts/
A Dtranslate_ciphers.py151 def main(target, names): argument
152 print(format_ciphersuite_names(target, names))
159 main(ARGS.target, ARGS.names)
A Dgenerate_psa_tests.py770 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 DCMakeLists.txt6 # 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 DREADME.md69 * 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 DChangeLog619 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 Dassemble_changelog.py316 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 Dwindows_msbuild.bat4 @rem https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-…
/mbedtls-development/library/
A DCMakeLists.txt248 foreach(target IN LISTS target_libraries)
254 target_include_directories(${target}
259 TARGETS ${target}
263 endforeach(target)
/mbedtls-development/programs/test/cmake_subproject/
A DCMakeLists.txt3 # Test the target renaming support by adding a prefix to the targets built
/mbedtls-development/programs/test/cmake_package_install/
A DCMakeLists.txt23 --target install)
/mbedtls-development/configs/
A DREADME.txt5 this target. They can be used as a basis for custom configurations.
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_slot_management.function534 /* 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 Dtest_suite_psa_crypto.data1150 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 Dtest_suite_psa_crypto.function719 /* 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 Dtest_suite_mps.function813 * simple conversion to a fuzz target.
/mbedtls-development/programs/test/
A DCMakeLists.txt47 # this file will also be used in another directory, so create a target, see
/mbedtls-development/programs/fuzz/
A DREADME.md6 …zz driver, which will generate inputs, try to process them with the fuzz target, and alert in case…
/mbedtls-development/docs/proposed/
A Dpsa-driver-developer-guide.md33 * An object file compiled for the target platform defining the functions required by the driver des…
A Dpsa-driver-interface.md55 * An object file compiled for the target platform defining the entry point functions specified by t…
/mbedtls-development/docs/
A Dgetting_started.md58 …you are cross-compiling, copy the test executable from the `tests` directory to the target machine.
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile1711 # inheritance and usage relations if the target is undocumented

Completed in 51 milliseconds