Lines Matching refs:tout1
25 register unsigned long tout0, tout1, xor0, xor1;
31 c2l(iv, tout1);
37 tin1 ^= tout1;
43 tout1 = tin[1];
44 l2c(tout1, out);
49 tin1 ^= tout1;
55 tout1 = tin[1];
56 l2c(tout1, out);
59 l2c(tout1, iv);
71 tout1 = tin[1] ^ xor1;
73 l2c(tout1, out);
84 tout1 = tin[1] ^ xor1;
85 l2cn(tout0, tout1, out, l + 8);
92 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;