Symbol: CAST_LONG
crypto/openssl/crypto/cast/c_cfb64.c
29
register CAST_LONG v0, v1, t;
crypto/openssl/crypto/cast/c_cfb64.c
32
CAST_LONG ti[2];
crypto/openssl/crypto/cast/c_cfb64.c
43
CAST_encrypt((CAST_LONG *)ti, schedule);
crypto/openssl/crypto/cast/c_cfb64.c
63
CAST_encrypt((CAST_LONG *)ti, schedule);
crypto/openssl/crypto/cast/c_ecb.c
23
CAST_LONG l, d[2];
crypto/openssl/crypto/cast/c_enc.c
19
void CAST_encrypt(CAST_LONG *data, const CAST_KEY *key)
crypto/openssl/crypto/cast/c_enc.c
21
CAST_LONG l, r, t;
crypto/openssl/crypto/cast/c_enc.c
22
const CAST_LONG *k;
crypto/openssl/crypto/cast/c_enc.c
51
void CAST_decrypt(CAST_LONG *data, const CAST_KEY *key)
crypto/openssl/crypto/cast/c_enc.c
53
CAST_LONG l, r, t;
crypto/openssl/crypto/cast/c_enc.c
54
const CAST_LONG *k;
crypto/openssl/crypto/cast/c_enc.c
87
register CAST_LONG tin0, tin1;
crypto/openssl/crypto/cast/c_enc.c
88
register CAST_LONG tout0, tout1, xor0, xor1;
crypto/openssl/crypto/cast/c_enc.c
90
CAST_LONG tin[2];
crypto/openssl/crypto/cast/c_ofb64.c
28
register CAST_LONG v0, v1, t;
crypto/openssl/crypto/cast/c_ofb64.c
33
CAST_LONG ti[2];
crypto/openssl/crypto/cast/c_ofb64.c
47
CAST_encrypt((CAST_LONG *)ti, schedule);
crypto/openssl/crypto/cast/c_skey.c
34
CAST_LONG x[16];
crypto/openssl/crypto/cast/c_skey.c
35
CAST_LONG z[16];
crypto/openssl/crypto/cast/c_skey.c
36
CAST_LONG k[32];
crypto/openssl/crypto/cast/c_skey.c
37
CAST_LONG X[4], Z[4];
crypto/openssl/crypto/cast/c_skey.c
38
CAST_LONG l, *K;
crypto/openssl/crypto/cast/cast_local.h
109
L ^= (((((*(CAST_LONG *)((unsigned char *) \
crypto/openssl/crypto/cast/cast_local.h
112
* (CAST_LONG *)((unsigned char *) \
crypto/openssl/crypto/cast/cast_local.h
116
* (CAST_LONG *)((unsigned char *) \
crypto/openssl/crypto/cast/cast_local.h
120
* (CAST_LONG *)((unsigned char *) \
crypto/openssl/crypto/cast/cast_local.h
129
CAST_LONG u, v, w; \
crypto/openssl/crypto/cast/cast_local.h
137
t = *(CAST_LONG *)((unsigned char *)CAST_S_table0 + u); \
crypto/openssl/crypto/cast/cast_local.h
139
t = (t OP2 * (CAST_LONG *)((unsigned char *)CAST_S_table1 + v)) & 0xffffffffL; \
crypto/openssl/crypto/cast/cast_local.h
143
t = (t OP3 * (CAST_LONG *)((unsigned char *)CAST_S_table2 + u) & 0xffffffffL); \
crypto/openssl/crypto/cast/cast_local.h
144
t = (t OP1 * (CAST_LONG *)((unsigned char *)CAST_S_table3 + v) & 0xffffffffL); \
crypto/openssl/crypto/cast/cast_local.h
150
CAST_LONG a, b, c, d; \
crypto/openssl/crypto/cast/cast_local.h
161
extern const CAST_LONG CAST_S_table0[256];
crypto/openssl/crypto/cast/cast_local.h
162
extern const CAST_LONG CAST_S_table1[256];
crypto/openssl/crypto/cast/cast_local.h
163
extern const CAST_LONG CAST_S_table2[256];
crypto/openssl/crypto/cast/cast_local.h
164
extern const CAST_LONG CAST_S_table3[256];
crypto/openssl/crypto/cast/cast_local.h
165
extern const CAST_LONG CAST_S_table4[256];
crypto/openssl/crypto/cast/cast_local.h
166
extern const CAST_LONG CAST_S_table5[256];
crypto/openssl/crypto/cast/cast_local.h
167
extern const CAST_LONG CAST_S_table6[256];
crypto/openssl/crypto/cast/cast_local.h
168
extern const CAST_LONG CAST_S_table7[256];
crypto/openssl/crypto/cast/cast_s.h
10
const CAST_LONG CAST_S_table0[256] = {
crypto/openssl/crypto/cast/cast_s.h
1046
const CAST_LONG CAST_S_table4[256] = {
crypto/openssl/crypto/cast/cast_s.h
1305
const CAST_LONG CAST_S_table5[256] = {
crypto/openssl/crypto/cast/cast_s.h
1564
const CAST_LONG CAST_S_table6[256] = {
crypto/openssl/crypto/cast/cast_s.h
1823
const CAST_LONG CAST_S_table7[256] = {
crypto/openssl/crypto/cast/cast_s.h
269
const CAST_LONG CAST_S_table1[256] = {
crypto/openssl/crypto/cast/cast_s.h
528
const CAST_LONG CAST_S_table2[256] = {
crypto/openssl/crypto/cast/cast_s.h
787
const CAST_LONG CAST_S_table3[256] = {
crypto/openssl/include/openssl/cast.h
37
CAST_LONG data[32];
crypto/openssl/include/openssl/cast.h
49
void CAST_encrypt(CAST_LONG *data, const CAST_KEY *key);
crypto/openssl/include/openssl/cast.h
51
void CAST_decrypt(CAST_LONG *data, const CAST_KEY *key);