Lines Matching refs:tout0
28 register DES_LONG tout0, tout1, xor0, xor1;
36 c2l(iv, tout0);
41 tin0 ^= tout0;
46 tout0 = tin[0];
47 l2c(tout0, out);
53 tin0 ^= tout0;
58 tout0 = tin[0];
59 l2c(tout0, out);
65 l2c(tout0, iv);
77 tout0 = tin[0] ^ xor0;
79 l2c(tout0, out);
90 tout0 = tin[0] ^ xor0;
92 l2cn(tout0, tout1, out, l + 8);
104 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;