Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/partitions/firmware_update/bootloader/mcuboot/
Dtfm_mcuboot_fwu.c510 uint8_t tmpbuf[BOOT_TMPBUF_SZ]; in util_img_hash() local
527 if (flash_area_read(fap, off, tmpbuf, blk_sz)) { in util_img_hash()
530 status = psa_hash_update(&handle, tmpbuf, blk_sz); in util_img_hash()