Lines Matching refs:tout0
206 register DES_LONG tout0, tout1, xor0, xor1;
218 c2l(iv, tout0);
223 tin0 ^= tout0;
229 tout0 = tin[0];
232 l2c(tout0, out);
237 tin0 ^= tout0;
243 tout0 = tin[0];
246 l2c(tout0, out);
250 l2c(tout0, iv);
267 tout0 = tin[0];
270 tout0 ^= xor0;
272 l2c(tout0, out);
287 tout0 = tin[0];
290 tout0 ^= xor0;
292 l2cn(tout0, tout1, out, l + 8);
301 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;