Lines Matching refs:tout1
206 register DES_LONG tout0, tout1, xor0, xor1;
219 c2l(iv, tout1);
224 tin1 ^= tout1;
230 tout1 = tin[1];
233 l2c(tout1, out);
238 tin1 ^= tout1;
244 tout1 = tin[1];
247 l2c(tout1, out);
251 l2c(tout1, iv);
268 tout1 = tin[1];
271 tout1 ^= xor1;
273 l2c(tout1, out);
288 tout1 = tin[1];
291 tout1 ^= xor1;
292 l2cn(tout0, tout1, out, l + 8);
301 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;