Searched refs:sect_count (Results 1 – 2 of 2) sorted by relevance
223 size_t sect_count; in decrypt_image_inplace() local273 sect_count = fa_p->fa_size / sect_size; in decrypt_image_inplace()274 for (sect = 0, size = 0; size < src_size && sect < sect_count; sect++) { in decrypt_image_inplace()
1335 size_t sect_count; in boot_copy_image() local1373 sect_count = boot_img_num_sectors(state, BOOT_PRIMARY_SLOT); in boot_copy_image()1374 for (sect = 0, size = 0; sect < sect_count; sect++) { in boot_copy_image()