Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/
Dimage.h191 #define IS_COMPRESSED(hdr) ((hdr)->ih_flags & COMPRESSIONFLAGS) macro
193 (flash_area_get_id(fap) == FLASH_AREA_IMAGE_SECONDARY(idx) && IS_COMPRESSED(hdr))
/mcuboot-latest/boot/bootutil/src/
Dloader.c918 if (IS_COMPRESSED(hdr)) {