Searched refs:boot_read_image_size (Results 1 – 1 of 1) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | loader.c | 609 boot_read_image_size(struct boot_loader_state *state, int slot, uint32_t *size) in boot_read_image_size() function 1458 rc = boot_read_image_size(state, BOOT_SECONDARY_SLOT, &src_size); 1625 rc = boot_read_image_size(state, BOOT_PRIMARY_SLOT, ©_size); 1648 rc = boot_read_image_size(state, BOOT_SECONDARY_SLOT, &size); 3056 rc = boot_read_image_size(state, active_slot, &img_sz);
|