Lines Matching refs:to_process
68 u64 to_process = 0, leftover, total;
125 /* to_process: SHA256_BLOCK_SIZE aligned chunk to be
132 to_process = min_t(u64, total,
134 to_process = to_process & ~(SHA256_BLOCK_SIZE - 1);
136 data_len = to_process - buf_len;
142 to_process = data_len + buf_len;
143 leftover = total - to_process;
164 total -= to_process;
165 data += to_process - buf_len;