Lines Matching refs:DES_LONG

68 #define c2l(c,l)	(l =((DES_LONG)(*((c)++)))    , \
69 l|=((DES_LONG)(*((c)++)))<< 8L, \
70 l|=((DES_LONG)(*((c)++)))<<16L, \
71 l|=((DES_LONG)(*((c)++)))<<24L)
78 case 8: l2 =((DES_LONG)(*(--(c))))<<24L; \
79 case 7: l2|=((DES_LONG)(*(--(c))))<<16L; \
80 case 6: l2|=((DES_LONG)(*(--(c))))<< 8L; \
81 case 5: l2|=((DES_LONG)(*(--(c)))); \
82 case 4: l1 =((DES_LONG)(*(--(c))))<<24L; \
83 case 3: l1|=((DES_LONG)(*(--(c))))<<16L; \
84 case 2: l1|=((DES_LONG)(*(--(c))))<< 8L; \
85 case 1: l1|=((DES_LONG)(*(--(c)))); \
98 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \
99 l|=((DES_LONG)(*((c)++)))<<16L, \
100 l|=((DES_LONG)(*((c)++)))<< 8L, \
101 l|=((DES_LONG)(*((c)++))))
152 LL^= *(const DES_LONG *)(des_SP +u1); \
153 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
157 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
158 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
163 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
164 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
168 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
169 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
179 LL^= *(const DES_LONG *)(des_SP +u1); \
180 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
185 LL^= *(const DES_LONG *)(des_SP+0x400+s1); \
186 LL^= *(const DES_LONG *)(des_SP+0x600+s2); \
190 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
191 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
196 LL^= *(const DES_LONG *)(des_SP+0x400+s1); \
197 LL^= *(const DES_LONG *)(des_SP+0x600+s2); \
201 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
202 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
207 LL^= *(const DES_LONG *)(des_SP+0x500+s1); \
208 LL^= *(const DES_LONG *)(des_SP+0x700+s2); }
215 *(const DES_LONG *)(des_SP +((u )&0xfc))^ \
216 *(const DES_LONG *)(des_SP+0x200+((u>> 8L)&0xfc))^ \
217 *(const DES_LONG *)(des_SP+0x400+((u>>16L)&0xfc))^ \
218 *(const DES_LONG *)(des_SP+0x600+((u>>24L)&0xfc))^ \
219 *(const DES_LONG *)(des_SP+0x100+((t )&0xfc))^ \
220 *(const DES_LONG *)(des_SP+0x300+((t>> 8L)&0xfc))^ \
221 *(const DES_LONG *)(des_SP+0x500+((t>>16L)&0xfc))^ \
222 *(const DES_LONG *)(des_SP+0x700+((t>>24L)&0xfc)); }
346 register DES_LONG tt; \
356 register DES_LONG tt; \