Lines Matching refs:to_process
174 u32 to_process = 0, leftover, total;
213 to_process = total - to_process;
214 to_process = to_process & ~(AES_BLOCK_SIZE - 1);
216 leftover = total - to_process;
224 to_process -= AES_BLOCK_SIZE;
240 data_len = to_process - sctx->count;
246 if (data_len != to_process - sctx->count) {
277 total -= to_process;
278 data += to_process - sctx->count;