Home | History | Annotate | Download | only in des

Lines Matching refs:tout0

82     register DES_LONG tout0,tout1,xor0,xor1,m0,m1;
94 c2l(iv2,tout0);
113 tin0^=tout0;
125 tout0=tin[0];
128 l2c(tout0,out);
136 l2c(tout0,iv2);
170 tout0=tin[0];
173 tout0^=xor0;
177 l2cn(tout0,tout1,out,l+8);
181 l2c(tout0,out);
196 tin0=tin1=tout0=tout1=xor0=xor1=0;