Searched refs:ih_img_size (Results 1 – 6 of 6) sorted by relevance
/mcuboot-3.6.0/ci/fih_test_docker/ |
D | damage_image.py | 37 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-3.6.0/boot/bootutil/include/bootutil/ |
D | image.h | 139 uint32_t ih_img_size; /* Does not include header. */ member
|
/mcuboot-3.6.0/boot/bootutil/src/ |
D | bootutil_priv.h | 371 #define BOOT_TLV_OFF(hdr) ((hdr)->ih_hdr_size + (hdr)->ih_img_size)
|
D | image_validate.c | 114 size += hdr->ih_img_size; in bootutil_img_hash()
|
D | bootutil_public.c | 756 if (!boot_u32_safe_add(&size, hdr->ih_img_size, hdr->ih_hdr_size) || in boot_image_load_header()
|
D | loader.c | 577 if (!boot_u32_safe_add(&size, hdr->ih_img_size, hdr->ih_hdr_size)) { in boot_is_header_valid()
|