Searched refs:DES_LONG (Results 1 - 25 of 207) sorted by relevance

123456789

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/des/
H A Dqud_cksm.c67 #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)(*(c
[all...]
H A Ddes_locl.h108 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \
109 l|=((DES_LONG)(*((c)++)))<< 8L, \
110 l|=((DES_LONG)(*((c)++)))<<16L, \
111 l|=((DES_LONG)(*((c)++)))<<24L)
118 case 8: l2 =((DES_LONG)(*(--(c))))<<24L; \
119 case 7: l2|=((DES_LONG)(*(--(c))))<<16L; \
120 case 6: l2|=((DES_LONG)(*(--(c))))<< 8L; \
121 case 5: l2|=((DES_LONG)(*(--(c)))); \
122 case 4: l1 =((DES_LONG)(*(--(c))))<<24L; \
123 case 3: l1|=((DES_LONG)(*(
[all...]
H A Ddes_enc.c62 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc)
64 register DES_LONG l,r,t,u;
71 register DES_LONG *s;
156 void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc)
158 register DES_LONG l,r,t,u;
165 register DES_LONG *s;
243 void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1,
246 register DES_LONG l,r;
253 DES_encrypt2((DES_LONG *)data,ks1,DES_ENCRYPT);
254 DES_encrypt2((DES_LONG *)dat
[all...]
H A Decb3_enc.c66 register DES_LONG l0,l1;
67 DES_LONG ll[2];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/des/
H A Dqud_cksm.c68 #define Q_B0(a) (((DES_LONG)(a)))
69 #define Q_B1(a) (((DES_LONG)(a))<<8)
70 #define Q_B2(a) (((DES_LONG)(a))<<16)
71 #define Q_B3(a) (((DES_LONG)(a))<<24)
75 #define NOISE ((DES_LONG)83653421L)
77 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[],
80 DES_LONG z0, z1, t0, t1;
90 DES_LONG *lp;
98 lp = (DES_LONG *)&(output[0])[0];
111 t0 = (DES_LONG)(*(c
[all...]
H A Ddes_locl.h108 # define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \
109 l|=((DES_LONG)(*((c)++)))<< 8L, \
110 l|=((DES_LONG)(*((c)++)))<<16L, \
111 l|=((DES_LONG)(*((c)++)))<<24L)
118 case 8: l2 =((DES_LONG)(*(--(c))))<<24L; \
119 case 7: l2|=((DES_LONG)(*(--(c))))<<16L; \
120 case 6: l2|=((DES_LONG)(*(--(c))))<< 8L; \
121 case 5: l2|=((DES_LONG)(*(--(c)))); \
122 case 4: l1 =((DES_LONG)(*(--(c))))<<24L; \
123 case 3: l1|=((DES_LONG)(*(
[all...]
H A Ddes_enc.c62 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc)
64 register DES_LONG l, r, t, u;
71 register DES_LONG *s;
154 void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc)
156 register DES_LONG l, r, t, u;
163 register DES_LONG *s;
239 void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1,
242 register DES_LONG l, r;
249 DES_encrypt2((DES_LONG *)data, ks1, DES_ENCRYPT);
250 DES_encrypt2((DES_LONG *)dat
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/des/
H A Dqud_cksm.c67 #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)(*(c
[all...]
H A Ddes_locl.h108 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \
109 l|=((DES_LONG)(*((c)++)))<< 8L, \
110 l|=((DES_LONG)(*((c)++)))<<16L, \
111 l|=((DES_LONG)(*((c)++)))<<24L)
118 case 8: l2 =((DES_LONG)(*(--(c))))<<24L; \
119 case 7: l2|=((DES_LONG)(*(--(c))))<<16L; \
120 case 6: l2|=((DES_LONG)(*(--(c))))<< 8L; \
121 case 5: l2|=((DES_LONG)(*(--(c)))); \
122 case 4: l1 =((DES_LONG)(*(--(c))))<<24L; \
123 case 3: l1|=((DES_LONG)(*(
[all...]
H A Ddes_enc.c62 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc)
64 register DES_LONG l,r,t,u;
71 register DES_LONG *s;
156 void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc)
158 register DES_LONG l,r,t,u;
165 register DES_LONG *s;
243 void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1,
246 register DES_LONG l,r;
253 DES_encrypt2((DES_LONG *)data,ks1,DES_ENCRYPT);
254 DES_encrypt2((DES_LONG *)dat
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/des/
H A Dqud_cksm.c68 #define Q_B0(a) (((DES_LONG)(a)))
69 #define Q_B1(a) (((DES_LONG)(a))<<8)
70 #define Q_B2(a) (((DES_LONG)(a))<<16)
71 #define Q_B3(a) (((DES_LONG)(a))<<24)
75 #define NOISE ((DES_LONG)83653421L)
77 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[],
80 DES_LONG z0, z1, t0, t1;
90 DES_LONG *lp;
98 lp = (DES_LONG *)&(output[0])[0];
111 t0 = (DES_LONG)(*(c
[all...]
H A Ddes_locl.h108 # define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \
109 l|=((DES_LONG)(*((c)++)))<< 8L, \
110 l|=((DES_LONG)(*((c)++)))<<16L, \
111 l|=((DES_LONG)(*((c)++)))<<24L)
118 case 8: l2 =((DES_LONG)(*(--(c))))<<24L; \
119 case 7: l2|=((DES_LONG)(*(--(c))))<<16L; \
120 case 6: l2|=((DES_LONG)(*(--(c))))<< 8L; \
121 case 5: l2|=((DES_LONG)(*(--(c)))); \
122 case 4: l1 =((DES_LONG)(*(--(c))))<<24L; \
123 case 3: l1|=((DES_LONG)(*(
[all...]
H A Ddes_enc.c62 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc)
64 register DES_LONG l, r, t, u;
71 register DES_LONG *s;
154 void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc)
156 register DES_LONG l, r, t, u;
163 register DES_LONG *s;
239 void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1,
242 register DES_LONG l, r;
249 DES_encrypt2((DES_LONG *)data, ks1, DES_ENCRYPT);
250 DES_encrypt2((DES_LONG *)dat
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/des/
H A Dqud_cksm.c67 #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)(*(c
[all...]
H A Ddes_locl.h108 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \
109 l|=((DES_LONG)(*((c)++)))<< 8L, \
110 l|=((DES_LONG)(*((c)++)))<<16L, \
111 l|=((DES_LONG)(*((c)++)))<<24L)
118 case 8: l2 =((DES_LONG)(*(--(c))))<<24L; \
119 case 7: l2|=((DES_LONG)(*(--(c))))<<16L; \
120 case 6: l2|=((DES_LONG)(*(--(c))))<< 8L; \
121 case 5: l2|=((DES_LONG)(*(--(c)))); \
122 case 4: l1 =((DES_LONG)(*(--(c))))<<24L; \
123 case 3: l1|=((DES_LONG)(*(
[all...]
H A Ddes_enc.c62 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc)
64 register DES_LONG l,r,t,u;
71 register DES_LONG *s;
156 void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc)
158 register DES_LONG l,r,t,u;
165 register DES_LONG *s;
243 void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1,
246 register DES_LONG l,r;
253 DES_encrypt2((DES_LONG *)data,ks1,DES_ENCRYPT);
254 DES_encrypt2((DES_LONG *)dat
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/des/
H A Dqud_cksm.c68 #define Q_B0(a) (((DES_LONG)(a)))
69 #define Q_B1(a) (((DES_LONG)(a))<<8)
70 #define Q_B2(a) (((DES_LONG)(a))<<16)
71 #define Q_B3(a) (((DES_LONG)(a))<<24)
75 #define NOISE ((DES_LONG)83653421L)
77 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[],
80 DES_LONG z0, z1, t0, t1;
90 DES_LONG *lp;
98 lp = (DES_LONG *)&(output[0])[0];
111 t0 = (DES_LONG)(*(c
[all...]
H A Ddes_locl.h108 # define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \
109 l|=((DES_LONG)(*((c)++)))<< 8L, \
110 l|=((DES_LONG)(*((c)++)))<<16L, \
111 l|=((DES_LONG)(*((c)++)))<<24L)
118 case 8: l2 =((DES_LONG)(*(--(c))))<<24L; \
119 case 7: l2|=((DES_LONG)(*(--(c))))<<16L; \
120 case 6: l2|=((DES_LONG)(*(--(c))))<< 8L; \
121 case 5: l2|=((DES_LONG)(*(--(c)))); \
122 case 4: l1 =((DES_LONG)(*(--(c))))<<24L; \
123 case 3: l1|=((DES_LONG)(*(
[all...]
H A Ddes_enc.c62 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc)
64 register DES_LONG l, r, t, u;
71 register DES_LONG *s;
154 void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc)
156 register DES_LONG l, r, t, u;
163 register DES_LONG *s;
239 void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1,
242 register DES_LONG l, r;
249 DES_encrypt2((DES_LONG *)data, ks1, DES_ENCRYPT);
250 DES_encrypt2((DES_LONG *)dat
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/MacOS/
H A Dopensslconf.h42 #if defined(HEADER_DES_H) && !defined(DES_LONG)
45 #ifndef DES_LONG
46 #define DES_LONG unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/MacOS/
H A Dopensslconf.h44 #if defined(HEADER_DES_H) && !defined(DES_LONG)
49 # ifndef DES_LONG
50 # define DES_LONG unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/MacOS/
H A Dopensslconf.h44 #if defined(HEADER_DES_H) && !defined(DES_LONG)
49 # ifndef DES_LONG
50 # define DES_LONG unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/MacOS/
H A Dopensslconf.h42 #if defined(HEADER_DES_H) && !defined(DES_LONG)
45 #ifndef DES_LONG
46 #define DES_LONG unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/MacOS/
H A Dopensslconf.h44 #if defined(HEADER_DES_H) && !defined(DES_LONG)
49 # ifndef DES_LONG
50 # define DES_LONG unsigned long macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/MacOS/
H A Dopensslconf.h42 #if defined(HEADER_DES_H) && !defined(DES_LONG)
45 #ifndef DES_LONG
46 #define DES_LONG unsigned long macro

Completed in 199 milliseconds

123456789