Home
last modified time | relevance | path

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

/mcuboot-latest/boot/boot_serial/src/
Dboot_serial_encryption.c219 size_t sect_count; in decrypt_image_inplace() local
266 sect_count = fa_p->fa_size / sect_size; in decrypt_image_inplace()
267 for (sect = 0, size = 0; size < src_size && sect < sect_count; sect++) { in decrypt_image_inplace()
/mcuboot-latest/boot/bootutil/src/
Dloader.c1437 size_t sect_count; local
1475 sect_count = boot_img_num_sectors(state, BOOT_PRIMARY_SLOT);
1476 for (sect = 0, size = 0; sect < sect_count; sect++) {