Lines Matching defs:xor1
69 register DES_LONG tout0,tout1,xor0,xor1;
106 c2l(iv,xor1);
113 tout1=tin[1]^xor1;
117 xor1=tin1;
125 tout1=tin[1]^xor1;
128 xor1=tin1;
132 l2c(xor1,iv);
134 tin0=tin1=tout0=tout1=xor0=xor1=0;
143 register DES_LONG tout0,tout1,xor0,xor1;
198 c2l(iv,xor1);
214 tout1^=xor1;
218 xor1=t1;
235 tout1^=xor1;
238 xor1=t1;
243 l2c(xor1,iv);
245 tin0=tin1=tout0=tout1=xor0=xor1=0;