/mcuboot-3.4.0/boot/bootutil/include/bootutil/ |
D | image.h | 129 struct image_header { struct 158 _Static_assert(sizeof(struct image_header) == IMAGE_HEADER_SIZE, argument 163 struct image_header *hdr, 169 const struct image_header *hdr; 179 const struct image_header *hdr, 185 int32_t bootutil_get_img_security_cnt(struct image_header *hdr,
|
D | boot_record.h | 55 const struct image_header *hdr, 67 int boot_save_shared_data(const struct image_header *hdr,
|
D | boot_hooks.h | 71 struct image_header *img_head); 100 int boot_perform_update_hook(int img_index, struct image_header *img_head,
|
D | bootutil.h | 47 struct image_header; 54 const struct image_header *br_hdr;
|
D | enc_key.h | 56 const struct image_header *hdr, const struct flash_area *fap,
|
/mcuboot-3.4.0/ci/fih_test_docker/ |
D | damage_image.py | 143 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-3.4.0/boot/zephyr/ |
D | hooks_sample.c | 30 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()
|
D | single_loader.c | 20 static struct image_header _hdr = { 0 }; 33 struct image_header *hdr) in boot_image_validate() 63 struct image_header *hdr) in boot_image_validate_once() 102 struct image_header *hdr) in boot_image_load_header() 145 struct image_header *hdr) in boot_image_validate_encrypted() 180 struct image_header *hdr, in read_image_size() 243 struct image_header *hdr, in decrypt_region_inplace() 334 struct image_header *hdr) in decrypt_image_inplace()
|
D | boot_serial_extensions.c | 63 struct image_header hdr; in custom_img_status()
|
/mcuboot-3.4.0/boot/zephyr/include/ |
D | single_loader.h | 19 struct image_header *hdr);
|
/mcuboot-3.4.0/boot/espressif/ |
D | main.c | 58 int read_image_header(uint32_t img_index, uint32_t slot, struct image_header *img_header) in read_image_header() 71 if (flash_area_read(fap, 0, img_header, sizeof(struct image_header))) { in read_image_header() 86 struct image_header img_header; in do_boot_appcpu()
|
/mcuboot-3.4.0/boot/bootutil/src/ |
D | bootutil_priv.h | 217 struct image_header hdr; 290 struct image_header *out_hdr, struct boot_status *bs); 376 static inline struct image_header*
|
D | image_validate.c | 64 struct image_header *hdr, const struct flash_area *fap, in bootutil_img_hash() 278 bootutil_get_img_security_cnt(struct image_header *hdr, in bootutil_get_img_security_cnt() 333 struct image_header *hdr, const struct flash_area *fap, in bootutil_img_validate()
|
D | tlv.c | 39 bootutil_tlv_iter_begin(struct image_tlv_iter *it, const struct image_header *hdr, in bootutil_tlv_iter_begin()
|
D | loader.c | 483 boot_image_check(struct boot_loader_state *state, struct image_header *hdr, in boot_image_check() 522 split_image_check(struct image_header *app_hdr, in split_image_check() 524 struct image_header *loader_hdr, in split_image_check() 559 boot_is_header_valid(const struct image_header *hdr, const struct flash_area *fap) in boot_is_header_valid() 598 struct image_header *hdr; in boot_check_header_erased() 691 const struct image_header *hdr; in boot_rom_address_check() 726 struct image_header *hdr; in boot_validate_slot() 808 struct image_header *secondary_hdr = boot_img_hdr(state, slot); in boot_validate_slot() 857 struct image_header *hdr) in boot_update_security_counter() 980 struct image_header *hdr; in boot_copy_region() [all …]
|
D | boot_record.c | 125 const struct image_header *hdr, in boot_save_boot_status()
|
D | swap_move.c | 73 struct image_header *out_hdr, struct boot_status *bs) in boot_read_image_header()
|
D | swap_scratch.c | 52 struct image_header *out_hdr, struct boot_status *bs) in boot_read_image_header()
|
D | encrypted.c | 687 const struct image_header *hdr, const struct flash_area *fap, in boot_enc_load()
|
/mcuboot-3.4.0/boot/boot_serial/src/ |
D | boot_serial.c | 143 static int boot_serial_get_hash(const struct image_header *hdr, 247 struct image_header hdr; in bs_list() 458 struct image_header hdr; in bs_set() 1249 static int boot_serial_get_hash(const struct image_header *hdr, in boot_serial_get_hash()
|
/mcuboot-3.4.0/docs/ |
D | PORTING.md | 38 const struct image_header *br_hdr;
|