Home
last modified time | relevance | path

Searched defs:boot_status (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dbootutil_priv.h94 struct boot_status { struct
95 uint32_t idx; /* Which area we're operating on */
96 uint8_t state; /* Which part of the swapping process are we at */
97 uint8_t op; /* What operation are we performing? */
98 uint8_t use_scratch; /* Are status bytes ever written to scratch? */
99 uint8_t swap_type; /* The type of swap in effect */
100 uint32_t swap_size; /* Total size of swapped image */
102 uint8_t enckey[BOOT_NUM_SLOTS][BOOT_ENC_KEY_ALIGN_SIZE];
104 uint8_t enctlv[BOOT_NUM_SLOTS][BOOT_ENC_TLV_ALIGN_SIZE];
107 int source; /* Which slot contains swap status metadata */