Home
last modified time | relevance | path

Searched refs:boot_image_load_header (Results 1 – 7 of 7) sorted by relevance

/mcuboot-latest/samples/runtime-source/zephyr/hooks/
Dhooks.c66 rc = boot_image_load_header(_fa_p, &_hdr); in boot_go_hook()
/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_public.h311 boot_image_load_header(const struct flash_area *fa_p,
/mcuboot-latest/boot/mynewt/src/
Dsingle_loader.c110 rc = boot_image_load_header(_fa_p, &_hdr); in boot_go()
/mcuboot-latest/boot/zephyr/
Dsingle_loader.c118 rc = boot_image_load_header(_fa_p, &_hdr); in boot_go()
Dfirmware_loader.c114 rc = boot_image_load_header(_fa_p, &_hdr); in validate_image_slot()
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c301 rc = boot_image_load_header(flash_area, &_hdr); in boot_handle_enc_fw()
/mcuboot-latest/boot/bootutil/src/
Dbootutil_public.c760 boot_image_load_header(const struct flash_area *fa_p, in boot_image_load_header() function