Lines Matching refs:tout0
25 register unsigned long tout0, tout1, xor0, xor1;
30 c2l(iv, tout0);
36 tin0 ^= tout0;
41 tout0 = tin[0];
42 l2c(tout0, out);
48 tin0 ^= tout0;
53 tout0 = tin[0];
54 l2c(tout0, out);
58 l2c(tout0, iv);
70 tout0 = tin[0] ^ xor0;
72 l2c(tout0, out);
83 tout0 = tin[0] ^ xor0;
85 l2cn(tout0, tout1, out, l + 8);
92 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;