Home
last modified time | relevance | path

Searched refs:image_header (Results 1 – 25 of 25) sorted by relevance

/mcuboot-latest/boot/bootutil/include/bootutil/
Dimage.h157 struct image_header { struct
192 _Static_assert(sizeof(struct image_header) == IMAGE_HEADER_SIZE,
197 struct image_header *hdr,
203 const struct image_header *hdr;
213 const struct image_header *hdr,
220 int32_t bootutil_get_img_security_cnt(struct image_header *hdr,
Dboot_record.h66 const struct image_header *hdr,
80 int boot_save_shared_data(const struct image_header *hdr,
Dboot_hooks.h71 struct image_header *img_head);
100 int boot_perform_update_hook(int img_index, struct image_header *img_head,
Dbootutil.h47 struct image_header;
54 const struct image_header *br_hdr;
Denc_key.h70 const struct image_header *hdr, const struct flash_area *fap,
Dbootutil_public.h310 struct image_header *hdr);
/mcuboot-latest/ci/fih_test_docker/
Ddamage_image.py143 image_header = ImageHeader.read_from_binary(in_file)
144 if image_header.ih_magic != IMAGE_MAGIC:
145 …tion("Invalid magic in image_header: 0x{:X} instead of 0x{:X}".format(image_header.ih_magic, IMAGE…
148 tlv_info_offset = image_header.ih_hdr_size + image_header.ih_img_size
154 if image_header.ih_protect_tlv_size != tlv_info.it_tlv_tot:
155 …raise Exception("Invalid prot TLV len ({:d} vs. {:d})".format(image_header.ih_protect_tlv_size, tl…
163 if image_header.ih_protect_tlv_size != 0:
/mcuboot-latest/boot/zephyr/
Dhooks_sample.c30 struct image_header *img_hed) in boot_read_image_header_hook()
54 int boot_perform_update_hook(int img_index, struct image_header *img_head, in boot_perform_update_hook()
Dsingle_loader.c21 static struct image_header _hdr = { 0 };
34 struct image_header *hdr) in boot_image_validate()
64 struct image_header *hdr) in boot_image_validate_once()
Dfirmware_loader.c25 static struct image_header _hdr = { 0 };
38 struct image_header *hdr) in boot_image_validate()
68 struct image_header *hdr) in boot_image_validate_once()
/mcuboot-latest/boot/mynewt/src/
Dsingle_loader.c21 static struct image_header _hdr = { 0 };
34 struct image_header *hdr) in boot_image_validate()
64 struct image_header *hdr) in boot_image_validate_once()
/mcuboot-latest/boot/boot_serial/include/boot_serial/
Dboot_serial_encryption.h23 struct image_header *hdr, uint8_t *buf,
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c24 struct image_header *hdr, uint8_t *buf, in boot_image_validate_encrypted()
60 struct image_header *hdr, in read_image_size()
118 struct image_header *hdr, in decrypt_region_inplace()
209 struct image_header *hdr) in decrypt_image_inplace()
283 struct image_header _hdr = { 0 }; in boot_handle_enc_fw()
Dboot_serial.c157 static int boot_serial_get_hash(const struct image_header *hdr,
261 struct image_header hdr; in bs_list()
481 struct image_header hdr; in bs_set()
1444 static int boot_serial_get_hash(const struct image_header *hdr, in boot_serial_get_hash()
/mcuboot-latest/boot/espressif/
Dmain.c61 int read_image_header(uint32_t img_index, uint32_t slot, struct image_header *img_header) in read_image_header()
74 if (flash_area_read(fap, 0, img_header, sizeof(struct image_header))) { in read_image_header()
89 struct image_header img_header; in do_boot_appcpu()
/mcuboot-latest/boot/bootutil/src/
Dbootutil_priv.h225 struct image_header hdr;
298 struct image_header *out_hdr, struct boot_status *bs);
384 static inline struct image_header*
Dboot_record.c123 const struct image_header *hdr, in boot_save_boot_status()
232 int boot_save_shared_data(const struct image_header *hdr, const struct flash_area *fap, in boot_save_shared_data()
Dimage_validate.c66 struct image_header *hdr, const struct flash_area *fap, in bootutil_img_hash()
306 bootutil_get_img_security_cnt(struct image_header *hdr, in bootutil_get_img_security_cnt()
386 struct image_header *hdr, const struct flash_area *fap, in bootutil_img_validate()
Dtlv.c39 bootutil_tlv_iter_begin(struct image_tlv_iter *it, const struct image_header *hdr, in bootutil_tlv_iter_begin()
Dloader.c824 boot_image_check(struct boot_loader_state *state, struct image_header *hdr, in boot_image_check()
861 split_image_check(struct image_header *app_hdr, in split_image_check()
863 struct image_header *loader_hdr, in split_image_check()
900 boot_is_header_valid(const struct image_header *hdr, const struct flash_area *fap,
976 struct image_header *hdr;
1013 const struct image_header *hdr;
1048 struct image_header *hdr;
1133 struct image_header *secondary_hdr = boot_img_hdr(state, slot);
1182 struct image_header *hdr)
1305 struct image_header *hdr;
[all …]
Dbootutil_public.c733 struct image_header *hdr) in boot_image_load_header()
Dswap_move.c73 struct image_header *out_hdr, struct boot_status *bs) in boot_read_image_header()
Dencrypted.c636 const struct image_header *hdr, const struct flash_area *fap, in boot_enc_load()
Dswap_scratch.c890 struct image_header *out_hdr, struct boot_status *bs) in boot_read_image_header()
/mcuboot-latest/docs/
DPORTING.md38 const struct image_header *br_hdr;