Home | History | Annotate | Download | only in des

Lines Matching refs:ovec

81 	unsigned char ovec[16];
84 unsigned char *ovec=(unsigned char *)sh;
119 iv=&ovec[0];
128 memmove(ovec,ovec+num,8);
131 ovec[i]=ovec[i+num]<<rem |
132 ovec[i+num+1]>>(8-rem);
136 iv=&ovec[0];
162 iv=&ovec[0];
171 memmove(ovec,ovec+num,8);
174 ovec[i]=ovec[i+num]<<rem |
175 ovec[i+num+1]>>(8-rem);
179 iv=&ovec[0];