Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/
Dimage.h80 #define IMAGE_F_COMPRESSED_LZMA2 0x00000400 macro
189 #define COMPRESSIONFLAGS (IMAGE_F_COMPRESSED_LZMA1 | IMAGE_F_COMPRESSED_LZMA2 \
/mcuboot-latest/boot/bootutil/src/
Dloader.c923 (hdr->ih_flags & IMAGE_F_COMPRESSED_LZMA2))