Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dswap_move.c73 struct image_header *out_hdr, struct boot_status *bs) in boot_read_image_header() argument
125 rc = flash_area_read(fap, off, out_hdr, sizeof *out_hdr); in boot_read_image_header()
132 if (bs != NULL && out_hdr->ih_magic != IMAGE_MAGIC) { in boot_read_image_header()
Dswap_scratch.c890 struct image_header *out_hdr, struct boot_status *bs) in boot_read_image_header() argument
966 rc = flash_area_read(fap, 0, out_hdr, sizeof *out_hdr); in boot_read_image_header()
Dbootutil_priv.h298 struct image_header *out_hdr, struct boot_status *bs);