| /mbedtls/scripts/mbedtls_dev/ |
| A D | test_data_generation.py | 218 options.targets = [os.path.basename(re.sub(r'\.data\Z', r'', target)) 219 for target in options.targets 220 if target != '-'] 223 for target in options.targets: 224 generator.generate_target(target)
|
| A D | bignum_common.py | 87 def zfill_match(reference: str, target: str) -> str: 90 lt = len(target) 93 return "{:x}".format(int(target, 16)).zfill(target_len)
|
| /mbedtls/ |
| 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 144 set(target "${CMAKE_CURRENT_SOURCE_DIR}/${base_name}") variable 149 if (EXISTS ${target} AND NOT EXISTS ${link}) 151 execute_process(COMMAND ln -s ${target} ${link} 159 if (IS_DIRECTORY ${target}) 160 … file(GLOB_RECURSE files FOLLOW_SYMLINKS LIST_DIRECTORIES false RELATIVE ${target} "${target}/*") 165 configure_file(${target} ${link} COPYONLY) 310 # target. This library of objects is used by tests and programs CMake files [all …]
|
| A D | README.md | 79 * If not cross-compiling, running `make` with any target, or just `make`, will automatically genera… 107 In order to build for a Windows platform, you should use `WINDOWS_BUILD=1` if the target is Windows… 217 its include directories to your target (transitively, in the case of `PUBLIC` or
|
| /mbedtls/library/ |
| A D | CMakeLists.txt | 321 foreach(target IN LISTS target_libraries) 322 add_library(MbedTLS::${target} ALIAS ${target}) # add_subdirectory support 328 target_include_directories(${target} 336 target_compile_definitions(${target} 340 target_compile_definitions(${target} 344 TARGETS ${target} 350 endforeach(target)
|
| A D | aesce.c | 85 # pragma clang attribute push (__attribute__((target("aes"))), apply_to=function) 89 # pragma clang attribute push (__attribute__((target("aes"))), apply_to=function) 93 # pragma GCC target ("+crypto")
|
| A D | sha256.c | 84 # pragma clang attribute push (__attribute__((target("sha2"))), apply_to=function) 90 # pragma clang attribute push (__attribute__((target("crypto"))), apply_to=function) 100 # pragma GCC target ("arch=armv8-a+crypto")
|
| A D | aesni.c | 37 #pragma GCC target ("pclmul,sse2,aes") 40 #pragma clang attribute push (__attribute__((target("pclmul,sse2,aes"))), apply_to=function)
|
| A D | sha512.c | 76 # pragma clang attribute push (__attribute__((target("sha3"))), apply_to=function) 83 # pragma clang attribute push (__attribute__((target("sha3"))), apply_to=function) 91 # pragma GCC target ("arch=armv8.2-a+sha3")
|
| /mbedtls/tests/scripts/ |
| A D | translate_ciphers.py | 172 def main(target, names): argument 173 print(format_ciphersuite_names(target, names)) 180 main(ARGS.target, ARGS.names)
|
| A D | all.sh | 4498 target="t" 4504 target="${target}${opt}" 4511 echo "${target}: ${source_file}; $cmd ${source_file}" >> ${makefile} 4513 deps="${deps} ${target}"
|
| /mbedtls/scripts/ |
| A D | assemble_changelog.py | 312 def list_merges(some_hash, target, *options): argument 319 '..'.join([some_hash, target])]) 328 target = 'HEAD' 332 ancestry = frozenset(cls.list_merges(some_hash, target, 336 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/programs/test/cmake_subproject/ |
| A D | CMakeLists.txt | 3 # Test the target renaming support by adding a prefix to the targets built
|
| /mbedtls/tests/suites/ |
| A D | test_suite_psa_crypto_slot_management.function | 529 /* Prepare the target slot. */ 541 /* Destroy the source to ensure that this doesn't affect the target. */ 544 /* If the target key is persistent, restart the system to make 552 /* Test that the target slot has the expected content. */ 594 * Source and target key attributes may have been returned by 650 /* Populate the target slot. */ 674 /* Test that the target slot is unaffected. */
|
| A D | test_suite_psa_crypto.data | 1307 Copy key: RSA key pair, wildcard algorithm in target 1315 Copy key: source=ECDSA+ECDH, target=ECDSA+ECDH 1323 Copy key: source=ECDSA+ECDH, target=ECDSA+0 1327 Copy key: source=ECDSA+ECDH, target=0+ECDH 1419 Copy key: source=ECDSA+ECDH, target=ECDSA+0, opaque 1423 Copy key: source=ECDSA+ECDH, target=0+ECDH, opaque 1442 Copy fail: AES, incompatible target policy 1478 Copy key: source=MAC, target=MAC min-length = length 1562 Copy fail: RSA, incompatible target policy (target wildcard) 1566 Copy fail: RSA, incompatible target policy (source and target wildcard) [all …]
|
| /mbedtls/programs/test/cmake_package_install/ |
| A D | CMakeLists.txt | 25 --target install)
|
| /mbedtls/configs/ |
| A D | README.txt | 5 this target. They can be used as a basis for custom configurations.
|
| /mbedtls/programs/test/ |
| A D | CMakeLists.txt | 58 # this file will also be used in another directory, so create a target, see
|
| /mbedtls/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/docs/proposed/ |
| A D | psa-driver-developer-guide.md | 34 * An object file compiled for the target platform defining the functions required by the driver des…
|
| /mbedtls/tests/ |
| A D | CMakeLists.txt | 139 # CMake generates sub-makefiles for each target and calls them in subprocesses.
|
| /mbedtls/3rdparty/p256-m/p256-m/ |
| A D | README.md | 191 For details, see `bench.sh`, `benchmark.c` and `on-target-benchmark/`. 440 - `on-target-*box` on boards based on Cortex-M0 and M4 cores test both
|
| /mbedtls/docs/ |
| A D | psa-driver-example-and-guide.md | 44 …- An object file compiled for the target platform defining the functions required by the driver de…
|
| /mbedtls/docs/architecture/ |
| A D | psa-shared-memory.md | 248 … `volatile` keyword is not sufficient, we may be able to use compiler or target-specific technique… 463 …ow us to ensure that there are no double-accesses due to a bug that only affects a specific target. 475 … allocation of special buffers. FVP testing even requires the tests to be run on a non-host target.
|