Home
last modified time | relevance | path

Searched full:mbedcrypto (Results 1 – 25 of 38) sorted by relevance

12

/trusted-firmware-m-latest/bl2/
DCMakeLists.txt76 ############################### MBEDCRYPTO #####################################
109 set(LIB_INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/mbedcrypto/install)
115 # Mbedcrypto in Debug builds uses too much memory. As a compromise, if `Debug` build type
116 # is selected mbedcrypto will build under `RelWithDebInfo` which preserves debug
120 add_subdirectory(${MBEDCRYPTO_PATH} ${CMAKE_CURRENT_BINARY_DIR}/mbedcrypto EXCLUDE_FROM_ALL)
123 if(NOT TARGET ${MBEDTLS_TARGET_PREFIX}mbedcrypto)
124 …TLS_TARGET_PREFIX}mbedcrypto does not exist. Have the patches in ${CMAKE_SOURCE_DIR}/lib/ext/mbedc…
125 …mand might be `cd ${MBEDCRYPTO_PATH} && git apply ${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/*.patch`")
128 target_link_libraries(${MBEDTLS_TARGET_PREFIX}mbedcrypto
135 ${MBEDTLS_TARGET_PREFIX}mbedcrypto
[all …]
/trusted-firmware-m-latest/secure_fw/partitions/crypto/
DCMakeLists.txt110 ############################### MBEDCRYPTO #####################################
136 set(LIB_INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/mbedcrypto/install)
163 add_subdirectory(${MBEDCRYPTO_PATH} ${CMAKE_CURRENT_BINARY_DIR}/mbedcrypto EXCLUDE_FROM_ALL)
166 if(NOT TARGET ${MBEDTLS_TARGET_PREFIX}mbedcrypto)
167 …TLS_TARGET_PREFIX}mbedcrypto does not exist. Have the patches in ${CMAKE_SOURCE_DIR}/lib/ext/mbedc…
168 …mand might be `cd ${MBEDCRYPTO_PATH} && git apply ${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/*.patch`")
171 target_include_directories(${MBEDTLS_TARGET_PREFIX}mbedcrypto
180 set_target_properties(${MBEDTLS_TARGET_PREFIX}mbedcrypto PROPERTIES LINK_INTERFACE_MULTIPLICITY 3)
182 target_sources(${MBEDTLS_TARGET_PREFIX}mbedcrypto
187 target_compile_options(${MBEDTLS_TARGET_PREFIX}mbedcrypto
[all …]
/trusted-firmware-m-latest/bl1/bl1_1/shared_lib/
DCMakeLists.txt69 set(LIB_INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/mbedcrypto/install)
77 # Mbedcrypto is quite a large lib, and it uses too much memory for it to be
79 # is selected mbedcrypto will build under `relwithdebinfo` which preserved debug
83 add_subdirectory(${MBEDCRYPTO_PATH} ${CMAKE_CURRENT_BINARY_DIR}/mbedcrypto)
87 … exist. Have the patches in ${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto been applied to the mbedcrypto
88 …mand might be `cd ${MBEDCRYPTO_PATH} && git apply ${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/*.patch`")
/trusted-firmware-m-latest/
DKconfig.misc36 ################################# Mbedcrypto ###################################
38 menu "Mbedcrypto profile"
41 string "Mbedcrypto build type"
46 default "$(TFM_SOURCE_DIR)/lib/ext/mbedcrypto/mbedcrypto_config/tfm_mbedcrypto_config_default.h"
58 default "$(TFM_SOURCE_DIR)/lib/ext/mbedcrypto/mbedcrypto_config/crypto_config_default.h"
/trusted-firmware-m-latest/config/profile/
Dprofile_medium_arotless.conf23 # Mbedcrypto profile
24 CONFIG_TFM_MBEDCRYPTO_CONFIG_PATH="${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/tfm_mbe…
25 CONFIG_TFM_MBEDCRYPTO_PSA_CRYPTO_CONFIG_PATH="${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_con…
Dprofile_large.conf30 # Mbedcrypto profile
31 CONFIG_TFM_MBEDCRYPTO_CONFIG_PATH="${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/tfm_mbe…
32 CONFIG_TFM_MBEDCRYPTO_PSA_CRYPTO_CONFIG_PATH="${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_con…
Dprofile_medium.conf27 # Mbedcrypto profile
28 CONFIG_TFM_MBEDCRYPTO_CONFIG_PATH="${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/tfm_mbe…
29 CONFIG_TFM_MBEDCRYPTO_PSA_CRYPTO_CONFIG_PATH="${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_con…
Dprofile_small.conf28 CONFIG_TFM_MBEDCRYPTO_CONFIG_PATH="${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/tfm_mbe…
29 CONFIG_TFM_MBEDCRYPTO_PSA_CRYPTO_CONFIG_PATH="${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_con…
Dprofile_medium_arotless.cmake27 set(TFM_MBEDCRYPTO_CONFIG_PATH "${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_conf…
28 set(TFM_MBEDCRYPTO_PSA_CRYPTO_CONFIG_PATH "${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_conf…
Dprofile_medium.cmake32 set(TFM_MBEDCRYPTO_CONFIG_PATH "${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_conf…
33 set(TFM_MBEDCRYPTO_PSA_CRYPTO_CONFIG_PATH "${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_conf…
Dprofile_small.cmake32 set(TFM_MBEDCRYPTO_CONFIG_PATH "${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_confi…
33 set(TFM_MBEDCRYPTO_PSA_CRYPTO_CONFIG_PATH "${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_confi…
Dprofile_large.cmake33 set(TFM_MBEDCRYPTO_CONFIG_PATH "${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_conf…
34 set(TFM_MBEDCRYPTO_PSA_CRYPTO_CONFIG_PATH "${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_conf…
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/
DCMakeLists.txt52 ${CC312_LIB_PREFIX}mbedcrypto
98 ${CC312_LIB_PREFIX}mbedcrypto
107 ${CC312_LIB_PREFIX}mbedcrypto
/trusted-firmware-m-latest/platform/ext/common/provisioning_bundle/
DCMakeLists.txt76 …MBEDTLS_CONFIG_FILE="${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/tfm_mbedcrypto_confi…
77 …MBEDTLS_PSA_CRYPTO_CONFIG_FILE="${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/crypto_co…
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/
DCMakeLists.txt298 …MBEDTLS_CONFIG_FILE="${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/tfm_mbedcrypto_confi…
299 …MBEDTLS_PSA_CRYPTO_CONFIG_FILE="${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/crypto_co…
357 …MBEDTLS_CONFIG_FILE="${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/tfm_mbedcrypto_confi…
358 …MBEDTLS_PSA_CRYPTO_CONFIG_FILE="${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/crypto_co…
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/
DCMakeLists.txt211 …MBEDTLS_CONFIG_FILE="${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/tfm_mbedcrypto_confi…
212 …MBEDTLS_PSA_CRYPTO_CONFIG_FILE="${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/crypto_co…
252 …MBEDTLS_CONFIG_FILE="${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/tfm_mbedcrypto_confi…
253 …MBEDTLS_PSA_CRYPTO_CONFIG_FILE="${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/crypto_co…
/trusted-firmware-m-latest/lib/ext/mbedcrypto/
DCMakeLists.txt11 LIB_NAME mbedcrypto
/trusted-firmware-m-latest/lib/ext/
DCMakeLists.txt13 add_subdirectory(mbedcrypto)
/trusted-firmware-m-latest/config/
Dconfig_base.cmake149 ############################ Mbedcrypto configurations #########################
153 …"${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/tfm_mbedcrypto_config_default.h" CACHE P…
159 set(TFM_MBEDCRYPTO_PSA_CRYPTO_CONFIG_PATH "${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_conf…
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/bl1/
DCMakeLists.txt36 # build where image number is 1 mbedcrypto library is separated from the build of other source
130 # Include path needed for mbedcrypto headers
/trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/manifest/
Dtfm_manifest_list.yaml78 "*mbedcrypto.*",
/trusted-firmware-m-latest/tools/
Dtfm_manifest_list.yaml81 "*mbedcrypto.*",
/trusted-firmware-m-latest/docs/introduction/
Dreadme.rst92 - ``mbedcrypto`` - `Apache 2.0 license MbedTLS
/trusted-firmware-m-latest/docs/configuration/profiles/
Dtfm_profile_medium_arot-less.rst134 …| ``TFM_MBEDCRYPTO_CONFIG_PATH`` | ``${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto…
136 …| ``TFM_MBEDCRYPTO_PSA_CRYPTO_CONFIG_PATH`` | ``${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto…
Dtfm_profile_large.rst217 … | MbedTLS config file path | ``${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_confi…
219 … | MbedTLS PSA config file path | ``${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_confi…
247 ``/lib/ext/mbedcrypto/mbedcrypto_config`` folder, instead of the common one

12