Lines Matching refs:DES_LONG

69 #define c2l(c,l)	(l =((DES_LONG)(*((c)++)))    , \
70 l|=((DES_LONG)(*((c)++)))<< 8L, \
71 l|=((DES_LONG)(*((c)++)))<<16L, \
72 l|=((DES_LONG)(*((c)++)))<<24L)
79 case 8: l2 =((DES_LONG)(*(--(c))))<<24L; \
80 case 7: l2|=((DES_LONG)(*(--(c))))<<16L; \
81 case 6: l2|=((DES_LONG)(*(--(c))))<< 8L; \
82 case 5: l2|=((DES_LONG)(*(--(c)))); \
83 case 4: l1 =((DES_LONG)(*(--(c))))<<24L; \
84 case 3: l1|=((DES_LONG)(*(--(c))))<<16L; \
85 case 2: l1|=((DES_LONG)(*(--(c))))<< 8L; \
86 case 1: l1|=((DES_LONG)(*(--(c)))); \
99 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \
100 l|=((DES_LONG)(*((c)++)))<<16L, \
101 l|=((DES_LONG)(*((c)++)))<< 8L, \
102 l|=((DES_LONG)(*((c)++))))
135 * It does not seem to work on the Alpha, even when DES_LONG is 4
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)); }
347 register DES_LONG tt; \
357 register DES_LONG tt; \