Home
last modified time | relevance | path

Searched refs:temp_buffer (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/flash/
Dits_flash_nor.c57 uint8_t temp_buffer[sizeof(uint32_t)]; in flash_read_unaligned() local
77 temp_buffer, 1); in flash_read_unaligned()
87 memcpy(buff, temp_buffer + addr - aligned_addr, read_length); in flash_read_unaligned()
114 temp_buffer, 1); in flash_read_unaligned()
119 memcpy(buff + read_length, temp_buffer, remaining_len); in flash_read_unaligned()
Dits_flash_nand.c66 uint8_t temp_buffer[sizeof(uint32_t)]; in its_flash_nand_read() local
94 ret = flash_dev->driver->ReadData(aligned_addr, temp_buffer, 1); in its_flash_nand_read()
103 memcpy(buff, temp_buffer + addr - aligned_addr, read_length); in its_flash_nand_read()
128 temp_buffer, 1); in its_flash_nand_read()
133 memcpy(buff + read_length, temp_buffer, remaining_len); in its_flash_nand_read()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_ecc_util.c204 CCEcpkiKgTempData_t temp_buffer; in cc3xx_ecc_cc_priv_to_cc_publ() local
205 CC_PalMemSetZero(&temp_buffer, sizeof(temp_buffer)); in cc3xx_ecc_cc_priv_to_cc_publ()
223 *)&temp_buffer); /*!< [in] The pointer to the temp buffer of in cc3xx_ecc_cc_priv_to_cc_publ()
/trusted-firmware-m-latest/bl2/src/
Dflash_map.c124 uint8_t temp_buffer[sizeof(uint32_t)]; in flash_area_read() local
166 temp_buffer, in flash_area_read()
178 ((uint8_t *)dst)[i] = temp_buffer[i + off - aligned_off]; in flash_area_read()
201 temp_buffer, in flash_area_read()
207 ((uint8_t *)dst)[i + item_number * data_width + j] = temp_buffer[j]; in flash_area_read()
/trusted-firmware-m-latest/platform/ext/common/template/
Dflash_otp_nv_counters_backend.c133 uint8_t temp_buffer[sizeof(uint32_t)]; in read_otp_nv_counters_flash() local
157 temp_buffer, in read_otp_nv_counters_flash()
162 memcpy((uint8_t *)data + read_cnt, temp_buffer, remaining_cnt); in read_otp_nv_counters_flash()