Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dboot_record.c137 uint8_t image_hash[IMAGE_HASH_SIZE]; in boot_save_boot_status() local
180 if (len > sizeof(image_hash)) { in boot_save_boot_status()
183 rc = flash_area_read(fap, offset, image_hash, len); in boot_save_boot_status()
206 if (record_len < sizeof(image_hash)) { in boot_save_boot_status()
218 offset = record_len - sizeof(image_hash); in boot_save_boot_status()
222 memcpy(buf + offset, image_hash, sizeof(image_hash)); in boot_save_boot_status()
/mcuboot-latest/ci/fih_test_docker/
Ddamage_image.py182 elif tlv.it_type == TLV_VALUES['SHA256'] and args.image_hash:
/mcuboot-latest/scripts/imgtool/
Dimage.py269 self.image_hash = None
614 self.image_hash = digest
Dmain.py552 compression_tlvs["DECOMP_SHA"] = img.image_hash