Home | History | Annotate | Download | only in des

Lines Matching refs:tout0

75 	register DES_LONG tout0,tout1,xor0,xor1;
84 c2l(iv,tout0);
90 tin0^=tout0; tin[0]=tin0;
93 tout0=tin[0]; l2c(tout0,out);
99 tin0^=tout0; tin[0]=tin0;
102 tout0=tin[0]; l2c(tout0,out);
107 l2c(tout0,iv);
120 tout0=tin[0]^xor0;
122 l2c(tout0,out);
132 tout0=tin[0]^xor0;
134 l2cn(tout0,tout1,out,l+8);
146 tin0=tin1=tout0=tout1=xor0=xor1=0;