Searched full:conditional (Results 1 – 17 of 17) sorted by relevance
/trusted-firmware-m-3.5.0/tools/ |
D | tfm_manifest_list.yaml | 29 "conditional": "TFM_PARTITION_NS_AGENT_MAILBOX", 43 "conditional": "TFM_PARTITION_PROTECTED_STORAGE", 57 "conditional": "TFM_PARTITION_INTERNAL_TRUSTED_STORAGE", 71 "conditional": "TFM_PARTITION_CRYPTO", 86 "conditional": "TFM_PARTITION_PLATFORM", 100 "conditional": "TFM_PARTITION_INITIAL_ATTESTATION", 114 "conditional": "TFM_PARTITION_FIRMWARE_UPDATE",
|
D | tfm_psa_ff_test_manifest_list.yaml | 20 "conditional": "TFM_PARTITION_FF_TEST", 37 "conditional": "TFM_PARTITION_FF_TEST", 54 "conditional": "TFM_PARTITION_FF_TEST",
|
D | tfm_parse_manifest_list.py | 290 if 'conditional' in manifest_item.keys(): 291 if manifest_item['conditional'] not in configs.keys(): 292 … logging.error('Configuration "{}" is not defined!'.format(manifest_item['conditional'])) 294 is_enabled = configs[manifest_item['conditional']].lower() 296 # Partitions without 'conditional' is always on 305 raise Exception('Invalid "conditional" attribute: "{}" for {}. ' 307 .format(manifest_item['conditional'],
|
D | CMakeLists.txt | 122 # - "conditional" attributes for every Secure Partition in manifest lists 128 parse_field_from_yaml("${MANIFEST_LISTS}" conditional CONDITIONS)
|
/trusted-firmware-m-3.5.0/platform/ext/target/arm/rss/common/manifest/ |
D | tfm_manifest_list.yaml | 29 "conditional": "TFM_MULTI_CORE_TOPOLOGY", 43 "conditional": "TFM_PARTITION_CRYPTO", 57 "conditional": "TFM_PARTITION_PLATFORM", 71 "conditional": "TFM_PARTITION_INITIAL_ATTESTATION",
|
/trusted-firmware-m-3.5.0/tools/templates/ |
D | partition_load_info.template | 196 {% if region.conditional %} 197 #ifdef {{region.conditional}} 215 {% if region.conditional %} 225 {% if region.conditional %} 226 #ifdef {{region.conditional}} 244 {% if region.conditional %}
|
/trusted-firmware-m-3.5.0/docs/integration_guide/services/ |
D | tfm_manifest_tool_user_guide.rst | 115 - ``conditional`` 242 The configuration names must match the values of ``conditional`` attributes in 244 It's optional for a Secure Partition which does not have the ``conditional``
|
D | tfm_secure_partition_addition.rst | 333 "conditional": "@TFM_PARTITION_EXAMPLE@",
|
/trusted-firmware-m-3.5.0/platform/ext/common/ |
D | boot_hal_bl2.c | 83 * there is conditional rule to remove the secrets from the memory. This must be
|
D | boot_hal_bl1.c | 100 * there is conditional rule to remove the secrets from the memory. This must be
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/ |
D | cc_rsa_kg.c | 277 // run conditional test in CC_RsaKgKeyPairGenerate() 462 /* run conditional test */ in CC_RsaKgKeyPairCrtGenerate()
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/ |
D | cc_rsa_error.h | 143 /*! Key generation conditional test failed. */
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/ |
D | pki.c | 238 * @brief The function performs conditional swapping of two values in secure
|
/trusted-firmware-m-3.5.0/platform/ext/target/stm/common/stm32u5xx/bl2/ |
D | boot_hal_bl2.c | 288 * there is conditional rule to remove the secrets from the memory. This must be
|
/trusted-firmware-m-3.5.0/docs/doxygen/ |
D | Doxyfile.in | 654 # The ENABLED_SECTIONS tag can be used to enable conditional documentation 2029 # in the source code. If set to NO, only conditional compilation will be
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/doxygen/ |
D | doxygen_cc312.conf | 644 # The ENABLED_SECTIONS tag can be used to enable conditional documentation 2106 # in the source code. If set to NO, only conditional compilation will be
|
/trusted-firmware-m-3.5.0/platform/ext/target/stm/common/hal/accelerator/ |
D | ecp_alt.c | 1735 * but using safe conditional swaps to avoid leaks
|