Home | History | Annotate | Download | only in des

Lines Matching refs:tout1

82     register DES_LONG tout0,tout1,xor0,xor1,m0,m1;
95 c2l(iv2,tout1);
114 tin1^=tout1;
126 tout1=tin[1];
129 l2c(tout1,out);
137 l2c(tout1,iv2);
171 tout1=tin[1];
174 tout1^=xor1;
177 l2cn(tout0,tout1,out,l+8);
182 l2c(tout1,out);
196 tin0=tin1=tout0=tout1=xor0=xor1=0;