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

12

/openbsd-current/lib/libcrypto/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
80 DES_LONG z0, z1, t0, t1;
84 DES_LONG *lp;
88 lp = (DES_LONG *)&(output[0])[0];
100 t0 = (DES_LONG)(*(c
[all...]
H A Ddes_local.h77 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \
78 l|=((DES_LONG)(*((c)++)))<< 8L, \
79 l|=((DES_LONG)(*((c)++)))<<16L, \
80 l|=((DES_LONG)(*((c)++)))<<24L)
87 case 8: l2 =((DES_LONG)(*(--(c))))<<24L; \
88 case 7: l2|=((DES_LONG)(*(--(c))))<<16L; \
89 case 6: l2|=((DES_LONG)(*(--(c))))<< 8L; \
90 case 5: l2|=((DES_LONG)(*(--(c)))); \
91 case 4: l1 =((DES_LONG)(*(--(c))))<<24L; \
92 case 3: l1|=((DES_LONG)(*(
[all...]
H A Decb_enc.c67 DES_LONG l;
68 DES_LONG ll[2];
H A Decb3_enc.c67 DES_LONG l0, l1;
68 DES_LONG ll[2];
H A Dcbc_cksm.c61 DES_LONG
66 DES_LONG tout0, tout1, tin0, tin1;
68 DES_LONG tin[2];
85 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
H A Dfcrypt_b.c83 fcrypt_body(DES_LONG *out, DES_key_schedule *ks, DES_LONG Eswap0,
84 DES_LONG Eswap1)
86 DES_LONG l, r, t, u;
90 DES_LONG *s;
92 DES_LONG E0, E1;
97 s = (DES_LONG *)ks;
H A Dncbc_enc.c76 DES_LONG tin0, tin1;
77 DES_LONG tout0, tout1, xor0, xor1;
79 DES_LONG tin[2];
94 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
106 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
125 DES_encrypt1((DES_LONG *)tin, _schedule, DES_DECRYPT);
138 DES_encrypt1((DES_LONG *)tin, _schedule, DES_DECRYPT);
H A Ddes_enc.c65 DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc)
67 DES_LONG l, r, t, u;
74 DES_LONG *s;
156 DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc)
158 DES_LONG l, r, t, u;
165 DES_LONG *s;
242 DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1,
245 DES_LONG l, r;
252 DES_encrypt2((DES_LONG *)data, ks1, DES_ENCRYPT);
253 DES_encrypt2((DES_LONG *)dat
[all...]
H A Dofb_enc.c72 DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7)/8;
73 DES_LONG mask0, mask1;
76 DES_LONG ti[2];
103 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
H A Dpcbc_enc.c66 DES_LONG sin0, sin1, xor0, xor1, tout0, tout1;
67 DES_LONG tin[2];
86 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
102 DES_encrypt1((DES_LONG *)tin, schedule, DES_DECRYPT);
H A Dofb64ede.c72 DES_LONG v0, v1;
77 DES_LONG ti[2];
H A Dofb64enc.c70 DES_LONG v0, v1, t;
75 DES_LONG ti[2];
/openbsd-current/lib/libcrypto/arch/i386/
H A Dopensslconf.h43 #if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
46 #ifndef DES_LONG
47 #define DES_LONG unsigned long macro
/openbsd-current/lib/libcrypto/arch/hppa/
H A Dopensslconf.h43 #if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
46 #ifndef DES_LONG
47 #define DES_LONG unsigned int macro
/openbsd-current/lib/libcrypto/arch/arm/
H A Dopensslconf.h43 #if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
46 #ifndef DES_LONG
47 #define DES_LONG unsigned int macro
/openbsd-current/lib/libcrypto/arch/amd64/
H A Dopensslconf.h43 #if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
46 #ifndef DES_LONG
47 #define DES_LONG unsigned int macro
/openbsd-current/lib/libcrypto/arch/alpha/
H A Dopensslconf.h43 #if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
46 #ifndef DES_LONG
47 #define DES_LONG unsigned int macro
/openbsd-current/lib/libcrypto/arch/mips64/
H A Dopensslconf.h43 #if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
46 #ifndef DES_LONG
47 #define DES_LONG unsigned int macro
/openbsd-current/lib/libcrypto/arch/powerpc/
H A Dopensslconf.h43 #if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
46 #ifndef DES_LONG
47 #define DES_LONG unsigned int macro
/openbsd-current/lib/libcrypto/arch/m88k/
H A Dopensslconf.h43 #if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
46 #ifndef DES_LONG
47 #define DES_LONG unsigned int macro
/openbsd-current/lib/libcrypto/arch/riscv64/
H A Dopensslconf.h43 #if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
46 #ifndef DES_LONG
47 #define DES_LONG unsigned int macro
/openbsd-current/lib/libcrypto/arch/powerpc64/
H A Dopensslconf.h43 #if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
46 #ifndef DES_LONG
47 #define DES_LONG unsigned int macro
/openbsd-current/lib/libcrypto/arch/aarch64/
H A Dopensslconf.h43 #if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
46 #ifndef DES_LONG
47 #define DES_LONG unsigned int macro
/openbsd-current/lib/libcrypto/arch/sparc64/
H A Dopensslconf.h43 #if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
46 #ifndef DES_LONG
47 #define DES_LONG unsigned int macro
/openbsd-current/lib/libcrypto/arch/sh/
H A Dopensslconf.h43 #if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG)
46 #ifndef DES_LONG
47 #define DES_LONG unsigned int macro

Completed in 202 milliseconds

12