Home | History | Annotate | Download | only in des

Lines Matching refs:tout1

75 	register DES_LONG tout0,tout1,xor0,xor1;
85 c2l(iv,tout1);
91 tin1^=tout1; tin[1]=tin1;
94 tout1=tin[1]; l2c(tout1,out);
100 tin1^=tout1; tin[1]=tin1;
103 tout1=tin[1]; l2c(tout1,out);
108 l2c(tout1,iv);
121 tout1=tin[1]^xor1;
123 l2c(tout1,out);
133 tout1=tin[1]^xor1;
134 l2cn(tout0,tout1,out,l+8);
146 tin0=tin1=tout0=tout1=xor0=xor1=0;