Home | History | Annotate | Download | only in des

Lines Matching full:tout0

118 	register DES_LONG tout0,tout1,xor0,xor1;
136 c2l(iv,tout0);
142 tin0^=tout0^inW0; tin[0]=tin0;
145 tout0=tin[0]^outW0; l2c(tout0,out);
151 tin0^=tout0^inW0; tin[0]=tin0;
154 tout0=tin[0]^outW0; l2c(tout0,out);
158 l2c(tout0,iv);
170 tout0=tin[0]^xor0^inW0;
172 l2c(tout0,out);
182 tout0=tin[0]^xor0^inW0;
184 l2cn(tout0,tout1,out,l+8);
193 tin0=tin1=tout0=tout1=xor0=xor1=0;