Searched refs:sector_sz_sec (Results 1 – 2 of 2) sorted by relevance
265 size_t sector_sz_sec = 0; in boot_slots_compatible() local294 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()
342 size_t sector_sz_sec = 0; local371 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);