Home
last modified time | relevance | path

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

/mcuboot-2.7.6/ci/fih_test_docker/
Ddamage_image.py37 self.ih_img_size = 0
49 (h.ih_magic, h.ih_load_addr, h.ih_hdr_size, h.ih_protect_tlv_size, h.ih_img_size,
60 " ih_img_size = " + str(self.ih_img_size),
148 tlv_info_offset = image_header.ih_hdr_size + image_header.ih_img_size
/mcuboot-2.7.6/boot/zephyr/
Dsingle_loader.c85 if (!boot_u32_safe_add(&size, hdr->ih_img_size, hdr->ih_hdr_size) || in boot_image_load_header()
/mcuboot-2.7.6/boot/bootutil/include/bootutil/
Dimage.h134 uint32_t ih_img_size; /* Does not include header. */ member
/mcuboot-2.7.6/boot/bootutil/src/
Dbootutil_priv.h337 #define BOOT_TLV_OFF(hdr) ((hdr)->ih_hdr_size + (hdr)->ih_img_size)
Dimage_validate.c109 size += hdr->ih_img_size; in bootutil_img_hash()
Dloader.c558 if (!boot_u32_safe_add(&size, hdr->ih_img_size, hdr->ih_hdr_size)) { in boot_is_header_valid()