Lines Matching refs:tout0
23 register unsigned long tout0, tout1, xor0, xor1;
28 c2l(iv, tout0);
34 tin0 ^= tout0;
39 tout0 = tin[0];
40 l2c(tout0, out);
46 tin0 ^= tout0;
51 tout0 = tin[0];
52 l2c(tout0, out);
56 l2c(tout0, iv);
68 tout0 = tin[0] ^ xor0;
70 l2c(tout0, out);
81 tout0 = tin[0] ^ xor0;
83 l2cn(tout0, tout1, out, l + 8);
90 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;