Symbol: CAST_LONG
lib/libcrypto/cast/cast.c
129
const CAST_LONG CAST_S_table1[256] = {
lib/libcrypto/cast/cast.c
195
const CAST_LONG CAST_S_table2[256] = {
lib/libcrypto/cast/cast.c
261
const CAST_LONG CAST_S_table3[256] = {
lib/libcrypto/cast/cast.c
327
const CAST_LONG CAST_S_table4[256] = {
lib/libcrypto/cast/cast.c
393
const CAST_LONG CAST_S_table5[256] = {
lib/libcrypto/cast/cast.c
459
const CAST_LONG CAST_S_table6[256] = {
lib/libcrypto/cast/cast.c
525
const CAST_LONG CAST_S_table7[256] = {
lib/libcrypto/cast/cast.c
594
CAST_encrypt(CAST_LONG *data, const CAST_KEY *key)
lib/libcrypto/cast/cast.c
596
CAST_LONG l, r, t;
lib/libcrypto/cast/cast.c
597
const CAST_LONG *k;
lib/libcrypto/cast/cast.c
628
CAST_decrypt(CAST_LONG *data, const CAST_KEY *key)
lib/libcrypto/cast/cast.c
63
const CAST_LONG CAST_S_table0[256] = {
lib/libcrypto/cast/cast.c
630
CAST_LONG l, r, t;
lib/libcrypto/cast/cast.c
631
const CAST_LONG *k;
lib/libcrypto/cast/cast.c
676
CAST_LONG x[16];
lib/libcrypto/cast/cast.c
677
CAST_LONG z[16];
lib/libcrypto/cast/cast.c
678
CAST_LONG k[32];
lib/libcrypto/cast/cast.c
679
CAST_LONG X[4], Z[4];
lib/libcrypto/cast/cast.c
680
CAST_LONG l, *K;
lib/libcrypto/cast/cast.c
773
CAST_LONG tin0, tin1;
lib/libcrypto/cast/cast.c
774
CAST_LONG tout0, tout1, xor0, xor1;
lib/libcrypto/cast/cast.c
776
CAST_LONG tin[2];
lib/libcrypto/cast/cast.c
857
CAST_LONG v0, v1, t;
lib/libcrypto/cast/cast.c
860
CAST_LONG ti[2];
lib/libcrypto/cast/cast.c
871
CAST_encrypt((CAST_LONG *)ti, schedule);
lib/libcrypto/cast/cast.c
891
CAST_encrypt((CAST_LONG *)ti, schedule);
lib/libcrypto/cast/cast.c
915
CAST_LONG l, d[2];
lib/libcrypto/cast/cast.c
943
CAST_LONG v0, v1, t;
lib/libcrypto/cast/cast.c
948
CAST_LONG ti[2];
lib/libcrypto/cast/cast.c
962
CAST_encrypt((CAST_LONG *)ti, schedule);
lib/libcrypto/cast/cast.h
77
CAST_LONG data[32];
lib/libcrypto/cast/cast.h
84
void CAST_encrypt(CAST_LONG *data, const CAST_KEY *key);
lib/libcrypto/cast/cast.h
85
void CAST_decrypt(CAST_LONG *data, const CAST_KEY *key);
lib/libcrypto/cast/cast_local.h
167
L^= (((((*(CAST_LONG *)((unsigned char *) \
lib/libcrypto/cast/cast_local.h
169
*(CAST_LONG *)((unsigned char *) \
lib/libcrypto/cast/cast_local.h
171
*(CAST_LONG *)((unsigned char *) \
lib/libcrypto/cast/cast_local.h
173
*(CAST_LONG *)((unsigned char *) \
lib/libcrypto/cast/cast_local.h
180
CAST_LONG u,v,w; \
lib/libcrypto/cast/cast_local.h
188
t= *(CAST_LONG *)((unsigned char *)CAST_S_table0+u); \
lib/libcrypto/cast/cast_local.h
190
t=(t OP2 *(CAST_LONG *)((unsigned char *)CAST_S_table1+v))&0xffffffffL;\
lib/libcrypto/cast/cast_local.h
194
t=(t OP3 *(CAST_LONG *)((unsigned char *)CAST_S_table2+u)&0xffffffffL);\
lib/libcrypto/cast/cast_local.h
195
t=(t OP1 *(CAST_LONG *)((unsigned char *)CAST_S_table3+v)&0xffffffffL);\
lib/libcrypto/cast/cast_local.h
201
CAST_LONG a,b,c,d; \
lib/libcrypto/cast/cast_local.h
212
extern const CAST_LONG CAST_S_table0[256];
lib/libcrypto/cast/cast_local.h
213
extern const CAST_LONG CAST_S_table1[256];
lib/libcrypto/cast/cast_local.h
214
extern const CAST_LONG CAST_S_table2[256];
lib/libcrypto/cast/cast_local.h
215
extern const CAST_LONG CAST_S_table3[256];
lib/libcrypto/cast/cast_local.h
216
extern const CAST_LONG CAST_S_table4[256];
lib/libcrypto/cast/cast_local.h
217
extern const CAST_LONG CAST_S_table5[256];
lib/libcrypto/cast/cast_local.h
218
extern const CAST_LONG CAST_S_table6[256];
lib/libcrypto/cast/cast_local.h
219
extern const CAST_LONG CAST_S_table7[256];