Home | History | Annotate | Download | only in des

Lines Matching refs:des_SP

153         LL^= *(const DES_LONG *)(des_SP      +u1); \
154 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
158 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
159 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
164 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
165 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
169 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
170 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
180 LL^= *(const DES_LONG *)(des_SP +u1); \
181 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
186 LL^= *(const DES_LONG *)(des_SP+0x400+s1); \
187 LL^= *(const DES_LONG *)(des_SP+0x600+s2); \
191 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
192 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
197 LL^= *(const DES_LONG *)(des_SP+0x400+s1); \
198 LL^= *(const DES_LONG *)(des_SP+0x600+s2); \
202 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
203 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
208 LL^= *(const DES_LONG *)(des_SP+0x500+s1); \
209 LL^= *(const DES_LONG *)(des_SP+0x700+s2); }
216 *(const DES_LONG *)(des_SP +((u )&0xfc))^ \
217 *(const DES_LONG *)(des_SP+0x200+((u>> 8L)&0xfc))^ \
218 *(const DES_LONG *)(des_SP+0x400+((u>>16L)&0xfc))^ \
219 *(const DES_LONG *)(des_SP+0x600+((u>>24L)&0xfc))^ \
220 *(const DES_LONG *)(des_SP+0x100+((t )&0xfc))^ \
221 *(const DES_LONG *)(des_SP+0x300+((t>> 8L)&0xfc))^ \
222 *(const DES_LONG *)(des_SP+0x500+((t>>16L)&0xfc))^ \
223 *(const DES_LONG *)(des_SP+0x700+((t>>24L)&0xfc)); }