Home | History | Annotate | Download | only in des

Lines Matching defs:tout0

69 	register DES_LONG tout0,tout1,xor0,xor1;
78 c2l(iv,tout0);
84 tin0^=tout0; tin[0]=tin0;
87 tout0=tin[0]; l2c(tout0,out);
93 tin0^=tout0; tin[0]=tin0;
96 tout0=tin[0]; l2c(tout0,out);
100 l2c(tout0,iv);
112 tout0=tin[0]^xor0;
114 l2c(tout0,out);
124 tout0=tin[0]^xor0;
126 l2cn(tout0,tout1,out,l+8);
134 tin0=tin1=tout0=tout1=xor0=xor1=0;
143 register DES_LONG tout0,tout1,xor0,xor1;
156 c2l(iv,tout0);
162 tin0^=tout0;
168 tout0=tin[0];
171 l2c(tout0,out);
177 tin0^=tout0;
183 tout0=tin[0];
186 l2c(tout0,out);
190 l2c(tout0,iv);
210 tout0=tin[0];
213 tout0^=xor0;
215 l2c(tout0,out);
231 tout0=tin[0];
234 tout0^=xor0;
236 l2cn(tout0,tout1,out,l+8);
245 tin0=tin1=tout0=tout1=xor0=xor1=0;