Searched full:conditional (Results 1 – 24 of 24) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/manifest/ |
| D | tfm_manifest_list.yaml | 28 "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",
|
| /trusted-firmware-m-latest/tools/ |
| D | tfm_manifest_list.yaml | 31 "conditional": "TFM_PARTITION_NS_AGENT_MAILBOX", 46 "conditional": "TFM_PARTITION_PROTECTED_STORAGE", 60 "conditional": "TFM_PARTITION_INTERNAL_TRUSTED_STORAGE", 74 "conditional": "TFM_PARTITION_CRYPTO", 89 "conditional": "TFM_PARTITION_PLATFORM", 103 "conditional": "TFM_PARTITION_INITIAL_ATTESTATION", 117 "conditional": "TFM_PARTITION_FIRMWARE_UPDATE",
|
| D | tfm_parse_manifest_list.py | 321 if 'conditional' in manifest_item.keys(): 322 if manifest_item['conditional'] not in configs.keys(): 323 … logging.error('Configuration "{}" is not defined!'.format(manifest_item['conditional'])) 325 is_enabled = configs[manifest_item['conditional']].lower() 327 # Partitions without 'conditional' is always on 336 raise Exception('Invalid "conditional" attribute: "{}" for {}. ' 338 .format(manifest_item['conditional'],
|
| D | CMakeLists.txt | 121 # - "conditional" attributes for every Secure Partition in manifest lists 125 parse_field_from_yaml("${MANIFEST_LISTS}" conditional CONDITIONS)
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/manifest/ |
| D | tfm_manifest_list.yaml | 31 "conditional": "TFM_MULTI_CORE_TOPOLOGY", 46 "conditional": "TFM_PARTITION_PROTECTED_STORAGE", 60 "conditional": "TFM_PARTITION_CRYPTO", 74 "conditional": "TFM_PARTITION_PLATFORM", 88 "conditional": "TFM_PARTITION_INITIAL_ATTESTATION",
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/manifest/ |
| D | tfm_manifest_list.yaml | 31 "conditional": "TFM_PARTITION_NS_AGENT_MAILBOX", 46 "conditional": "TFM_PARTITION_CRYPTO", 60 "conditional": "TFM_PARTITION_PLATFORM", 74 "conditional": "TFM_PARTITION_INITIAL_ATTESTATION",
|
| /trusted-firmware-m-latest/tools/templates/ |
| D | partition_load_info.template | 200 {% if region.conditional %} 201 #ifdef {{region.conditional}} 219 {% if region.conditional %} 229 {% if region.conditional %} 230 #ifdef {{region.conditional}} 248 {% if region.conditional %}
|
| /trusted-firmware-m-latest/docs/integration_guide/services/ |
| D | tfm_manifest_tool_user_guide.rst | 115 - ``conditional`` 255 The configuration names must match the values of ``conditional`` attributes in 257 It's optional for a Secure Partition which does not have the ``conditional``
|
| D | tfm_secure_partition_addition.rst | 161 "conditional": "@TFM_PARTITION_EXAMPLE@",
|
| /trusted-firmware-m-latest/interface/include/psa/ |
| D | crypto_adjust_config_dependencies.h | 7 * See docs/proposed/psa-conditional-inclusion-c.md.
|
| D | crypto_adjust_config_key_pair_types.h | 7 * See docs/proposed/psa-conditional-inclusion-c.md.
|
| /trusted-firmware-m-latest/interface/include/mbedtls/ |
| D | build_info.h | 169 * - If config_psa.h writes a configuration option in conditional directive,
|
| D | bignum.h | 316 * \brief Perform a safe conditional copy of MPI which doesn't 346 * \brief Perform a safe conditional swap which doesn't
|
| /trusted-firmware-m-latest/platform/ext/common/ |
| D | boot_hal_bl1_1.c | 44 * there is conditional rule to remove the secrets from the memory. This must be
|
| D | boot_hal_bl2.c | 83 * there is conditional rule to remove the secrets from the memory. This must be
|
| D | boot_hal_bl1_2.c | 105 * there is conditional rule to remove the secrets from the memory. This must be
|
| /trusted-firmware-m-latest/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-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/ |
| D | cc_rsa_error.h | 143 /*! Key generation conditional test failed. */
|
| /trusted-firmware-m-latest/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-latest/platform/ext/target/stm/common/stm32h5xx/bl2/ |
| D | boot_hal_bl2.c | 273 * there is conditional rule to remove the secrets from the memory. This must be
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/ |
| D | boot_hal_bl2.c | 289 * there is conditional rule to remove the secrets from the memory. This must be
|
| /trusted-firmware-m-latest/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-latest/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-latest/platform/ext/target/stm/common/hal/accelerator/ |
| D | ecp_alt.c | 1733 * but using safe conditional swaps to avoid leaks
|