Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 52) sorted by relevance

123

/trusted-firmware-m-3.5.0/cmake/
Dutils.cmake8 # A string calibrating routine to the specified length by
9 # appending to an input string a specified character.
11 # output - variable to return the calibrated string
14 string(LENGTH ${input} length)
16 string(CONCAT input ${input} ${filler})
45 string(STRIP ${option} option)
Dversion.cmake19 string(FIND ${TFM_VERSION_FULL} "TF-M" TFM_TAG)
25 string(REGEX REPLACE "TF-M" "" TFM_VERSION_FULL ${TFM_VERSION_FULL})
27 string(REGEX REPLACE "-[0-9]+-g" "+" TFM_VERSION_FULL ${TFM_VERSION_FULL})
28 string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" TFM_VERSION ${TFM_VERSION_FULL})
Dremote_library.cmake24 string(RANDOM LENGTH 16 STASH_NAME)
40 string(FIND "${STASH_LIST}" "${STASH_NAME}" STASH_INDEX)
135 # This function helps to handle options with an empty string values.
136 # There is a feature/bug in CMake that result in problem with the empty string arguments.
142 # an empty string otherwise to the empty string.
247 # Process arguments which can be an empty string
248 # There is a feature/bug in CMake that result in problem with empty string arguments
255 # There is an unsupported empty string argument, FATAL ERROR!
259 … message(FATAL_ERROR "fetch_remote_library: Unexpected empty string value for ${EMPTY_KEY}. "
/trusted-firmware-m-3.5.0/
DKconfig.misc32 string "Path to TFM NS Evaluation Application"
41 string "Mbedcrypto build type"
45 string "Mbedtls config path"
57 string "Mbedtls psa crypto config path"
63 string "Mbedtls platform crypto config path"
76 string "TF-M native Secure Partition manifests list file"
82 string "Extra manifest list file(s)"
88 string "Path to extra generated file list."
94 string "List of extra Secure Partitions directories."
Dtoolchain_ARMCLANG.cmake87 string(APPEND CMAKE_SYSTEM_PROCESSOR "+nomve")
92 string(APPEND CMAKE_SYSTEM_PROCESSOR "+nodsp")
107 string(APPEND CMAKE_SYSTEM_PROCESSOR "+nofp")
110 string(REGEX REPLACE "\\+nodsp" ".no_dsp" CMAKE_ASM_CPU_FLAG "${CMAKE_SYSTEM_PROCESSOR}")
111 string(REGEX REPLACE "\\+nofp" ".no_fp" CMAKE_ASM_CPU_FLAG "${CMAKE_ASM_CPU_FLAG}")
116 string(REGEX REPLACE "\\armv" "" CMAKE_ASM_CPU_FLAG "${CMAKE_ASM_CPU_FLAG}")
117 string(REGEX REPLACE "\\armv" "" CMAKE_ASM_CPU_FLAG "${CMAKE_ASM_CPU_FLAG}")
121 string(APPEND CMAKE_ASM_CPU_FLAG ".dsp")
125 string(APPEND CMAKE_ASM_CPU_FLAG ".fp")
145 string(APPEND CMAKE_SYSTEM_ARCH "+nomve")
[all …]
Dtoolchain_GNUARM.cmake95 string(APPEND CMAKE_SYSTEM_PROCESSOR "+nodsp")
109 string(APPEND CMAKE_SYSTEM_PROCESSOR "+nofp")
115 string(APPEND CMAKE_SYSTEM_PROCESSOR "+nomve")
118 string(APPEND CMAKE_SYSTEM_PROCESSOR "+nomve.fp")
132 string(APPEND CMAKE_SYSTEM_ARCH "+mve")
135 string(APPEND CMAKE_SYSTEM_ARCH "+mve.fp")
145 string(APPEND CMAKE_SYSTEM_ARCH "+nodsp")
152 string(APPEND CMAKE_SYSTEM_ARCH "+fp")
250 string(REGEX REPLACE ".*>:(.*)>$" "\\1" SCATTER_FILE_PATH "${scatter_file}")
/trusted-firmware-m-3.5.0/config/
Dkconfig.cmake37 string(REGEX MATCH "^#.*" OUT_STRING ${LINE})
39 string(APPEND CONTENTS_WITHOUT_COMMENTS "${LINE}\n")
42 string(REGEX MATCH "^include\\((.*)\\)$" OUT_STRING ${LINE})
49 string(REGEX MATCHALL
58 string(REGEX REPLACE
62 string(REGEX REPLACE
67 string(REGEX REPLACE
72 string(REGEX REPLACE
76 # Quoted string
77 string(REGEX REPLACE
[all …]
Dcheck_config.cmake12 string (REPLACE ";" " " ARGV_STRING "${ARGV}")
13 string (REPLACE "STREQUAL" "=" ARGV_STRING "${ARGV_STRING}")
14 string (REPLACE "GREATER" ">" ARGV_STRING "${ARGV_STRING}")
15 string (REPLACE "LESS" "<" ARGV_STRING "${ARGV_STRING}")
16 string (REPLACE "VERSION_LESS" "<" ARGV_STRING "${ARGV_STRING}")
17 string (REPLACE "EQUAL" "=" ARGV_STRING "${ARGV_STRING}")
18 string (REPLACE "IN_LIST" "in" ARGV_STRING "${ARGV_STRING}")
/trusted-firmware-m-3.5.0/bl2/ext/mcuboot/
DKconfig77 string "Upgrade strategy for images"
159 string
166 string "Algorithm to use for signature validation"
179 string "Path to key with which to sign secure binary"
183 string "Path to key with which to sign non-secure binary"
187 string "Version number of S image"
191 string "Version number of NS image"
203 string "Minimum version of secure image"
211 string "Minimum version of non-secure image"
223 string "Mbedtls config file to use with MCUboot"
[all …]
/trusted-firmware-m-3.5.0/platform/
DKconfig.arch35 string
70 string
95 string
101 string
/trusted-firmware-m-3.5.0/docs/design_docs/
Dtfm_log_system_design_document.rst19 - SPM only needs simple log format such as hex and string, while SP needs rich
60 numbers inside SPM. The 'msg' can be skipped with giving an empty string like
61 "". And these APIs supports constant 'msg' string only, giving a runtime string
70 A C-function needs to work as an underlayer for these APIs as string formatting
78 * formatted hexadecimal string for 'value' has a '0x' prefix and
80 * 'tfm_hal_output_spm_log' to output the formatted string.
82 * \param[in] msg A string message
91 The following three APIs output a message in string.
164 %s - string
/trusted-firmware-m-3.5.0/bl1/
DKconfig15 string
21 string
31 string
76 string "Image version of BL2 image"
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki_dbg.h33 #define PKA_ASSERT(x, string) if(!(x)) {CC_PalAbort(string);} argument
100 #define PKA_ASSERT(x, string)
/trusted-firmware-m-3.5.0/secure_fw/partitions/firmware_update/
DKconfig16 string "Bootloader configure file"
30 string "The device configuration file for Firmware Update partition"
/trusted-firmware-m-3.5.0/lib/ext/t_cose/src/
Dt_cose_sign1_verify.c128 protected_parameters = item.val.string; in t_cose_sign1_verify()
174 *payload = item.val.string; in t_cose_sign1_verify()
183 signature = item.val.string; in t_cose_sign1_verify()
Dt_cose_mac0_verify.c140 protected_parameters = item.val.string; in t_cose_mac0_verify()
183 *payload = item.val.string; in t_cose_mac0_verify()
191 tag = item.val.string; in t_cose_mac0_verify()
Dt_cose_parameters.c118 label_list->tstr_labels[n] = item->label.string; in add_label_to_list()
199 critical_labels->tstr_labels[num_tstr_labels++] = item.val.string; in decode_critical_parameter()
470 returned_parameters->kid = item.val.string; in parse_cose_header_parameters()
482 returned_parameters->iv = item.val.string; in parse_cose_header_parameters()
494 returned_parameters->partial_iv = item.val.string; in parse_cose_header_parameters()
528 returned_parameters->content_type_tstr = item.val.string; in parse_cose_header_parameters()
/trusted-firmware-m-3.5.0/lib/ext/qcbor/
Dq_useful_buf.h84 static inline struct q_useful_buf_c q_useful_buf_from_sz(const char *string) in q_useful_buf_from_sz() argument
86 return UsefulBuf_FromSZ(string); in q_useful_buf_from_sz()
/trusted-firmware-m-3.5.0/lib/ext/t_cose/inc/
Dq_useful_buf.h84 static inline struct q_useful_buf_c q_useful_buf_from_sz(const char *string) in q_useful_buf_from_sz() argument
86 return UsefulBuf_FromSZ(string); in q_useful_buf_from_sz()
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/common_utils/
Dhash_basic_utility.py9 import string
/trusted-firmware-m-3.5.0/lib/ext/tf-m-tests/
Dreg_parse.cmake14 string(REGEX MATCH "^TEST_NS.*" _NS_TEST_FOUND "${CACHE_VAR}")
27 string(REGEX MATCH "^TEST_S.*" _S_TEST_FOUND "${CACHE_VAR}")
/trusted-firmware-m-3.5.0/secure_fw/partitions/protected_storage/
DKconfig22 string "PS encryption AEAD algorithm"
/trusted-firmware-m-3.5.0/secure_fw/spm/
DKconfig35 string
60 string
/trusted-firmware-m-3.5.0/lib/ext/psa_arch_tests/
DKconfig57 string
/trusted-firmware-m-3.5.0/tools/
DCMakeLists.txt105 string(FIND "${local_var}" ${config} config_exists)
108 string(APPEND local_var "#cmakedefine01 ${config}\r\n")
110 string(APPEND local_var "#cmakedefine ${config} @${config}@\r\n")

123