Home
last modified time | relevance | path

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

/mcuboot-3.4.0/boot/bootutil/src/
Dloader.c559 boot_is_header_valid(const struct image_header *hdr, const struct flash_area *fap) in boot_is_header_valid() function
785 if (!boot_is_header_valid(hdr, fap) || FIH_NOT_EQ(fih_rc, FIH_SUCCESS)) { in boot_validate_slot()
2384 if (boot_is_header_valid(hdr, BOOT_IMG_AREA(state, slot))) {