Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dswap_move.c265 size_t sector_sz_sec = 0; in boot_slots_compatible() local
294 sector_sz_sec = boot_img_sector_size(state, BOOT_SECONDARY_SLOT, i); in boot_slots_compatible()
295 if (sector_sz_pri != sector_sz_sec) { in boot_slots_compatible()
308 if (sector_sz_sec != MCUBOOT_SLOT1_EXPECTED_ERASE_SIZE) { in boot_slots_compatible()
310 MCUBOOT_SLOT1_EXPECTED_ERASE_SIZE, sector_sz_sec); in boot_slots_compatible()
Dswap_offset.c342 size_t sector_sz_sec = 0; local
371 sector_sz_sec = boot_img_sector_size(state, BOOT_SECONDARY_SLOT, i);
372 if (sector_sz_pri != sector_sz_sec) {
385 if (sector_sz_sec != MCUBOOT_SLOT1_EXPECTED_ERASE_SIZE) {
387 MCUBOOT_SLOT1_EXPECTED_ERASE_SIZE, sector_sz_sec);