Home
last modified time | relevance | path

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

/mcuboot-3.6.0/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-3.6.0/boot/bootutil/include/bootutil/
Dimage.h139 uint32_t ih_img_size; /* Does not include header. */ member
/mcuboot-3.6.0/boot/bootutil/src/
Dbootutil_priv.h371 #define BOOT_TLV_OFF(hdr) ((hdr)->ih_hdr_size + (hdr)->ih_img_size)
Dimage_validate.c114 size += hdr->ih_img_size; in bootutil_img_hash()
Dbootutil_public.c756 if (!boot_u32_safe_add(&size, hdr->ih_img_size, hdr->ih_hdr_size) || in boot_image_load_header()
Dloader.c577 if (!boot_u32_safe_add(&size, hdr->ih_img_size, hdr->ih_hdr_size)) { in boot_is_header_valid()