Home
last modified time | relevance | path

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

12

/mbedtls/scripts/mbedtls_dev/
A Dtest_data_generation.py218 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 Dbignum_common.py87 def zfill_match(reference: str, target: str) -> str:
90 lt = len(target)
93 return "{:x}".format(int(target, 16)).zfill(target_len)
/mbedtls/
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
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 DREADME.md79 * 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 DCMakeLists.txt321 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 Daesce.c85 # 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 Dsha256.c84 # 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 Daesni.c37 #pragma GCC target ("pclmul,sse2,aes")
40 #pragma clang attribute push (__attribute__((target("pclmul,sse2,aes"))), apply_to=function)
A Dsha512.c76 # 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 Dtranslate_ciphers.py172 def main(target, names): argument
173 print(format_ciphersuite_names(target, names))
180 main(ARGS.target, ARGS.names)
A Dall.sh4498 target="t"
4504 target="${target}${opt}"
4511 echo "${target}: ${source_file}; $cmd ${source_file}" >> ${makefile}
4513 deps="${deps} ${target}"
/mbedtls/scripts/
A Dassemble_changelog.py312 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 Dwindows_msbuild.bat4 @rem https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-…
/mbedtls/programs/test/cmake_subproject/
A DCMakeLists.txt3 # Test the target renaming support by adding a prefix to the targets built
/mbedtls/tests/suites/
A Dtest_suite_psa_crypto_slot_management.function529 /* 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 Dtest_suite_psa_crypto.data1307 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 DCMakeLists.txt25 --target install)
/mbedtls/configs/
A DREADME.txt5 this target. They can be used as a basis for custom configurations.
/mbedtls/programs/test/
A DCMakeLists.txt58 # this file will also be used in another directory, so create a target, see
/mbedtls/programs/fuzz/
A DREADME.md6 …zz driver, which will generate inputs, try to process them with the fuzz target, and alert in case…
/mbedtls/docs/proposed/
A Dpsa-driver-developer-guide.md34 * An object file compiled for the target platform defining the functions required by the driver des…
/mbedtls/tests/
A DCMakeLists.txt139 # CMake generates sub-makefiles for each target and calls them in subprocesses.
/mbedtls/3rdparty/p256-m/p256-m/
A DREADME.md191 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 Dpsa-driver-example-and-guide.md44 …- An object file compiled for the target platform defining the functions required by the driver de…
/mbedtls/docs/architecture/
A Dpsa-shared-memory.md248 … `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.

Completed in 728 milliseconds

12