Lines Matching refs:tout1
23 register unsigned long tout0, tout1, xor0, xor1;
29 c2l(iv, tout1);
35 tin1 ^= tout1;
41 tout1 = tin[1];
42 l2c(tout1, out);
47 tin1 ^= tout1;
53 tout1 = tin[1];
54 l2c(tout1, out);
57 l2c(tout1, iv);
69 tout1 = tin[1] ^ xor1;
71 l2c(tout1, out);
82 tout1 = tin[1] ^ xor1;
83 l2cn(tout0, tout1, out, l + 8);
90 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;