Home
last modified time | relevance | path

Searched refs:boot_read_image_header_hook (Results 1 – 4 of 4) sorted by relevance

/mcuboot-latest/boot/zephyr/
Dhooks_sample.c29 int boot_read_image_header_hook(int img_index, int slot, in boot_read_image_header_hook() function
/mcuboot-latest/boot/bootutil/include/bootutil/
Dboot_hooks.h110 int boot_read_image_header_hook(int img_index, int slot,
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c335 rc = BOOT_HOOK_CALL(boot_read_image_header_hook, in bs_list()
569 rc = BOOT_HOOK_CALL(boot_read_image_header_hook, in bs_set()
/mcuboot-latest/boot/bootutil/src/
Dloader.c134 rc = BOOT_HOOK_CALL(boot_read_image_header_hook, BOOT_HOOK_REGULAR, in boot_read_image_headers()