Searched refs:loop (Results 1 – 12 of 12) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/stm/common/hal/CMSIS_Driver/ |
| D | low_level_flash.c | 418 uint32_t loop = 0; in Flash_ProgramData() local 484 memcpy(&dword, (void *)((uint32_t)data + loop), sizeof(dword)); in Flash_ProgramData() 492 memcpy(dword, (void *)((uint32_t)data + loop), sizeof(dword)); in Flash_ProgramData() 500 loop += sizeof(dword); in Flash_ProgramData() 502 } while ((loop != cnt) && (err == HAL_OK)); in Flash_ProgramData()
|
| /trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/ |
| D | fsl_common_arm.c | 151 loop in DelayLoop() 154 BNE loop in DelayLoop()
|
| /trusted-firmware-m-latest/docs/platform/arm/rse/ |
| D | rse_provisioning.rst | 77 ``TFM_DUMMY_PROVISIONING``, which will cause RSE to loop in the ROM until either 80 in the frame where RSE is looping, at which point the loop will exit and the TP 87 check in a loop until a bundle is found.
|
| /trusted-firmware-m-latest/docs/security/security_advisories/ |
| D | cc3xx_partial_tag_compare_on_chacha20_poly1305.rst | 120 instead of just the first 4 bytes. This means that loop that currently performs
|
| /trusted-firmware-m-latest/docs/design_docs/ |
| D | tfm_physical_attack_mitigation.rst | 149 To avoid to skip critical loop iterations. It can weaken the cryptographic 150 algorithms. After a loop has executed, check the loop counter whether it 456 | Failure loop hardening | Y | Y | Y | |
|
| /trusted-firmware-m-latest/docs/design_docs/booting/ |
| D | bl1.rst | 233 - It performs loop integrity checks
|
| /trusted-firmware-m-latest/docs/configuration/profiles/ |
| D | tfm_profile_large.rst | 142 - Failure loop hardening
|
| /trusted-firmware-m-latest/docs/design_docs/services/ |
| D | secure_partition_manager.rst | 131 For example, RPC-based `NS Agent` has a while loop that keeps waiting for 676 - It has a message loop, keep waiting for RPC events.
|
| /trusted-firmware-m-latest/docs/design_docs/dual-cpu/ |
| D | mailbox_ns_agent_update.rst | 40 ``partition``. The agent has an endless loop and waits for signals, calls FF-M
|
| D | communication_prototype_between_nspe_and_spe_in_dual_core_systems.rst | 238 tasks are complete, it will enter an infinite loop waiting for a ``MAILBOX_INTERRUPT_SIGNAL``
|
| /trusted-firmware-m-latest/docs/design_docs/software/ |
| D | hardware_abstraction_layer.rst | 263 This API enters the CPU into an infinite loop.
|
| /trusted-firmware-m-latest/docs/integration_guide/services/ |
| D | tfm_secure_partition_addition.rst | 473 This function must have a loop that repeatedly waits for input signals and
|