/trusted-firmware-m-3.5.0/platform/ext/target/stm/common/hal/accelerator/ |
D | sha256_alt.c | 109 ctx->first = ST_SHA256_EXTRA_BYTES; in mbedtls_sha256_starts() 161 if (currentlen < (ST_SHA256_BLOCK_SIZE + ctx->first - ctx->sbuf_len)) in mbedtls_sha256_update() 170 … memcpy(ctx->sbuf + ctx->sbuf_len, input, (ST_SHA256_BLOCK_SIZE + ctx->first - ctx->sbuf_len)); in mbedtls_sha256_update() 171 currentlen -= (ST_SHA256_BLOCK_SIZE + ctx->first - ctx->sbuf_len); in mbedtls_sha256_update() 175 …_HASHEx_SHA256_Accmlt(&ctx->hhash, (uint8_t *)(ctx->sbuf), ST_SHA256_BLOCK_SIZE + ctx->first) != 0) in mbedtls_sha256_update() 182 …_HASHEx_SHA224_Accmlt(&ctx->hhash, (uint8_t *)(ctx->sbuf), ST_SHA256_BLOCK_SIZE + ctx->first) != 0) in mbedtls_sha256_update() 194 …HA256_Accmlt(&ctx->hhash, (uint8_t *)(input + ST_SHA256_BLOCK_SIZE + ctx->first - ctx->sbuf_len), … in mbedtls_sha256_update() 201 …HA224_Accmlt(&ctx->hhash, (uint8_t *)(input + ST_SHA256_BLOCK_SIZE + ctx->first - ctx->sbuf_len), … in mbedtls_sha256_update() 209 ctx->first = 0; in mbedtls_sha256_update()
|
D | sha1_alt.c | 105 ctx->first = ST_SHA1_EXTRA_BYTES; in mbedtls_sha1_starts_ret() 144 if (currentlen < (ST_SHA1_BLOCK_SIZE + ctx->first - ctx->sbuf_len)) in mbedtls_sha1_update_ret() 153 memcpy(ctx->sbuf + ctx->sbuf_len, input, (ST_SHA1_BLOCK_SIZE + ctx->first - ctx->sbuf_len)); in mbedtls_sha1_update_ret() 154 currentlen -= (ST_SHA1_BLOCK_SIZE + ctx->first - ctx->sbuf_len); in mbedtls_sha1_update_ret() 156 …f (HAL_HASH_SHA1_Accmlt(&ctx->hhash, (uint8_t *)(ctx->sbuf), ST_SHA1_BLOCK_SIZE + ctx->first) != 0) in mbedtls_sha1_update_ret() 165 …SH_SHA1_Accmlt(&ctx->hhash, (uint8_t *)(input + ST_SHA1_BLOCK_SIZE + ctx->first - ctx->sbuf_len), … in mbedtls_sha1_update_ret() 172 ctx->first = 0; in mbedtls_sha1_update_ret()
|
D | sha1_alt.h | 58 uint8_t first; /*!< Extra-bytes on first computed block */ member
|
D | sha256_alt.h | 59 uint8_t first; /*!< Extra-bytes on first computed block */ member
|
/trusted-firmware-m-3.5.0/docs/platform/arm/rss/ |
D | rss_provisioning.rst | 10 in "Virgin" Test/Production mode "TP mode" state. The first step for 19 and the CM config. To provision these fields, The firmware must first receive a
|
D | readme.rst | 62 will load the image. RSS FW expects the first host image to be loaded to address 131 obtained, RSS images can be inserted by first patching the host FIP and then
|
/trusted-firmware-m-3.5.0/lib/ext/mbedcrypto/ |
D | 0006-Initialise-driver-wrappers-as-first-step-in-psa_cryp.patch | 4 Subject: [PATCH 6/8] Initialise driver wrappers as first step in
|
/trusted-firmware-m-3.5.0/docs/platform/arm/mps3/an552/ |
D | README.rst | 61 [INF] Jumping to the first image slot 93 [INF] Jumping to the first image slot
|
/trusted-firmware-m-3.5.0/docs/platform/arm/mps3/an547/ |
D | README.rst | 64 [INF] Jumping to the first image slot 100 [INF] Jumping to the first image slot
|
/trusted-firmware-m-3.5.0/docs/configuration/ |
D | kconfig_system.rst | 38 It will be created after the first execution of the script. It is only used to allow 44 The first loaded options are overridden by later ones if the config files contain duplicated
|
/trusted-firmware-m-3.5.0/docs/design_docs/booting/ |
D | tfm_secure_boot.rst | 21 mandatory that the first stage bootloader and ROTPK is stored in an 28 of trust (first stage bootloader + ROTPK) is not ensured then there is a 32 authentication before execution. If TF-M secure boot code is used as a first 76 concatenated. In case of single image boot they are concatenated first and then 77 signed. In case of multiple image boot they are separately signed first and then 452 and then an image version number is provided for the first time, the new number 585 [INF] Jumping to the first image slot 632 [INF] Jumping to the first image slot 663 [INF] Jumping to the first image slot 741 [INF] Jumping to the first image slot [all …]
|
/trusted-firmware-m-3.5.0/docs/design_docs/dual-cpu/ |
D | booting_a_dual_core_system.rst | 102 - Called on the secure core from ``ns_agent_mailbox`` partition when it first 127 non-secure code), before the first use of the IPC mechanism.
|
/trusted-firmware-m-3.5.0/docs/building/ |
D | run_tfm_examples_on_arm_platforms.rst | 124 [INF] Jumping to the first image slot 138 [INF] Jumping to the first image slot 274 [INF] Jumping to the first image slot 304 [INF] Jumping to the first image slot 475 [INF] Jumping to the first image slot 489 [INF] Jumping to the first image slot
|
/trusted-firmware-m-3.5.0/docs/design_docs/services/ |
D | tfm_psa_inter_process_communication.rst | 89 its priority, and there is an extra indicator point to first running thread 119 A first synchronization object is an event. This could be applied into event
|
D | tfm_its_512_flash.rst | 28 requires two flash blocks to be updated: first the data block and then the
|
/trusted-firmware-m-3.5.0/docs/platform/arm/mps3/corstone310/ |
D | README.rst | 90 [INF] Jumping to the first image slot 155 [INF] Jumping to the first image slot
|
/trusted-firmware-m-3.5.0/docs/platform/cypress/psoc64/libs/core-lib/ |
D | README.md | 39 …ode. Use the CY_NOINIT, CY_SECTION, CY_UNUSED, CY_ALIGN attributes at the first place of declarati…
|
D | RELEASE.md | 35 …ode. Use the CY_NOINIT, CY_SECTION, CY_UNUSED, CY_ALIGN attributes at the first place of declarati…
|
/trusted-firmware-m-3.5.0/secure_fw/partitions/protected_storage/ |
D | Kconfig.comp | 20 valid PS flash layout in it. That is the case when it is the first time in
|
/trusted-firmware-m-3.5.0/docs/contributing/ |
D | coding_guide.rst | 69 - In a .c file, #include it's own header file first.
|
D | contributing_process.rst | 49 where XXXX is the year of first contribution and YYYY is the optional year
|
/trusted-firmware-m-3.5.0/config/ |
D | kconfig.cmake | 9 # The first loaded configs would be overridden by later ones. That's how the "merge" works. 222 # Note the order of CONFIG_FILE_LIST, as the first loaded configs would be
|
/trusted-firmware-m-3.5.0/ |
D | toolchain_IARARM.cmake | 110 # Configure environment for the compiler setup run by cmake at the first
|
/trusted-firmware-m-3.5.0/platform/ext/target/stm/common/stm32u5xx/Device/Source/armclang/ |
D | tfm_common_s.sct | 31 * The first loaded partition will be inited at last in SFN model.
|
/trusted-firmware-m-3.5.0/tools/ |
D | CMakeLists.txt | 19 # The manifest tool does not recognize CMake varibles. Do configure_file() first.
|