65 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1;
67 const unsigned char *
in;
68 unsigned char *
out,*iv;
78 for (; length>0; length-=8)
86 c2ln(in,sin0,sin1,length);
100 c2l(iv,xor0);
c2l(iv,xor1);
101 for (; length>0; length-=8)
116 l2cn(tout0,tout1,out,length);
122 sin0=sin1=xor0=xor1=tout0=tout1=0;