Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dbootutil_priv.h169 extern const union boot_img_magic_t boot_img_magic;
171 #define BOOT_IMG_MAGIC (boot_img_magic.val)
176 #define BOOT_IMG_ALIGN (boot_img_magic.align)
179 _Static_assert(sizeof(boot_img_magic) == BOOT_MAGIC_SZ, "Invalid size for image magic");
Dbootutil_public.c61 const union boot_img_magic_t boot_img_magic = { variable
70 const union boot_img_magic_t boot_img_magic = { variable