Lines Matching refs:to_process
63 u64 to_process = 0, leftover, total;
120 /* to_process: SHA256_BLOCK_SIZE aligned chunk to be
127 to_process = min_t(u64, total,
129 to_process = to_process & ~(SHA256_BLOCK_SIZE - 1);
131 data_len = to_process - buf_len;
137 to_process = data_len + buf_len;
138 leftover = total - to_process;
159 total -= to_process;
160 data += to_process - buf_len;