Lines Matching refs:DES_LONG
67 #define Q_B0(a) (((DES_LONG)(a)))
68 #define Q_B1(a) (((DES_LONG)(a))<<8)
69 #define Q_B2(a) (((DES_LONG)(a))<<16)
70 #define Q_B3(a) (((DES_LONG)(a))<<24)
74 #define NOISE ((DES_LONG)83653421L)
76 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[],
79 DES_LONG z0,z1,t0,t1;
86 DES_LONG *lp;
93 lp = (DES_LONG *) &(output[0])[0];
107 t0= (DES_LONG)(*(cp++));
108 t0|=(DES_LONG)Q_B1(*(cp++));
112 t0= (DES_LONG)(*(cp++));