Lines Matching refs:tout1
26 register DES_LONG tout0, tout1, xor0, xor1;
44 c2l(iv, tout1);
50 tin1 ^= tout1 ^ inW1;
55 tout1 = tin[1] ^ outW1;
56 l2c(tout1, out);
62 tin1 ^= tout1 ^ inW1;
67 tout1 = tin[1] ^ outW1;
68 l2c(tout1, out);
72 l2c(tout1, iv);
83 tout1 = tin[1] ^ xor1 ^ inW1;
85 l2c(tout1, out);
96 tout1 = tin[1] ^ xor1 ^ inW1;
97 l2cn(tout0, tout1, out, l + 8);
106 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;