Searched refs:src_size (Results 1 – 2 of 2) sorted by relevance
262 uint32_t src_size = 0; in decrypt_image_inplace() local263 rc = read_image_size(fa_p,hdr, &src_size); in decrypt_image_inplace()274 for (sect = 0, size = 0; size < src_size && sect < sect_count; sect++) { in decrypt_image_inplace()
1355 uint32_t src_size = 0; in boot_copy_image() local1356 rc = boot_read_image_size(state, BOOT_SECONDARY_SLOT, &src_size); in boot_copy_image()1380 if ((size + this_size) >= src_size) { in boot_copy_image()1381 size += src_size - size; in boot_copy_image()