Lines Matching refs:tout0
26 register DES_LONG tout0, tout1, xor0, xor1;
43 c2l(iv, tout0);
48 tin0 ^= tout0 ^ inW0;
53 tout0 = tin[0] ^ outW0;
54 l2c(tout0, out);
60 tin0 ^= tout0 ^ inW0;
65 tout0 = tin[0] ^ outW0;
66 l2c(tout0, out);
71 l2c(tout0, iv);
82 tout0 = tin[0] ^ xor0 ^ inW0;
84 l2c(tout0, out);
95 tout0 = tin[0] ^ xor0 ^ inW0;
97 l2cn(tout0, tout1, out, l + 8);
106 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;