Symbol: CAST_LONG
crypto/libressl/crypto/cast/c_cfb64.c
106
CAST_encrypt((CAST_LONG *)ti,schedule);
crypto/libressl/crypto/cast/c_cfb64.c
71
CAST_LONG v0,v1,t;
crypto/libressl/crypto/cast/c_cfb64.c
74
CAST_LONG ti[2];
crypto/libressl/crypto/cast/c_cfb64.c
86
CAST_encrypt((CAST_LONG *)ti,schedule);
crypto/libressl/crypto/cast/c_ecb.c
66
CAST_LONG l,d[2];
crypto/libressl/crypto/cast/c_enc.c
133
CAST_LONG tin0,tin1;
crypto/libressl/crypto/cast/c_enc.c
134
CAST_LONG tout0,tout1,xor0,xor1;
crypto/libressl/crypto/cast/c_enc.c
136
CAST_LONG tin[2];
crypto/libressl/crypto/cast/c_enc.c
63
void CAST_encrypt(CAST_LONG *data, const CAST_KEY *key)
crypto/libressl/crypto/cast/c_enc.c
65
CAST_LONG l,r,t;
crypto/libressl/crypto/cast/c_enc.c
66
const CAST_LONG *k;
crypto/libressl/crypto/cast/c_enc.c
96
void CAST_decrypt(CAST_LONG *data, const CAST_KEY *key)
crypto/libressl/crypto/cast/c_enc.c
98
CAST_LONG l,r,t;
crypto/libressl/crypto/cast/c_enc.c
99
const CAST_LONG *k;
crypto/libressl/crypto/cast/c_ofb64.c
70
CAST_LONG v0,v1,t;
crypto/libressl/crypto/cast/c_ofb64.c
75
CAST_LONG ti[2];
crypto/libressl/crypto/cast/c_ofb64.c
91
CAST_encrypt((CAST_LONG *)ti,schedule);
crypto/libressl/crypto/cast/c_skey.c
77
CAST_LONG x[16];
crypto/libressl/crypto/cast/c_skey.c
78
CAST_LONG z[16];
crypto/libressl/crypto/cast/c_skey.c
79
CAST_LONG k[32];
crypto/libressl/crypto/cast/c_skey.c
80
CAST_LONG X[4],Z[4];
crypto/libressl/crypto/cast/c_skey.c
81
CAST_LONG l,*K;
crypto/libressl/crypto/cast/cast_lcl.h
164
L^= (((((*(CAST_LONG *)((unsigned char *) \
crypto/libressl/crypto/cast/cast_lcl.h
166
*(CAST_LONG *)((unsigned char *) \
crypto/libressl/crypto/cast/cast_lcl.h
168
*(CAST_LONG *)((unsigned char *) \
crypto/libressl/crypto/cast/cast_lcl.h
170
*(CAST_LONG *)((unsigned char *) \
crypto/libressl/crypto/cast/cast_lcl.h
177
CAST_LONG u,v,w; \
crypto/libressl/crypto/cast/cast_lcl.h
185
t= *(CAST_LONG *)((unsigned char *)CAST_S_table0+u); \
crypto/libressl/crypto/cast/cast_lcl.h
187
t=(t OP2 *(CAST_LONG *)((unsigned char *)CAST_S_table1+v))&0xffffffffL;\
crypto/libressl/crypto/cast/cast_lcl.h
191
t=(t OP3 *(CAST_LONG *)((unsigned char *)CAST_S_table2+u)&0xffffffffL);\
crypto/libressl/crypto/cast/cast_lcl.h
192
t=(t OP1 *(CAST_LONG *)((unsigned char *)CAST_S_table3+v)&0xffffffffL);\
crypto/libressl/crypto/cast/cast_lcl.h
198
CAST_LONG a,b,c,d; \
crypto/libressl/crypto/cast/cast_lcl.h
209
extern const CAST_LONG CAST_S_table0[256];
crypto/libressl/crypto/cast/cast_lcl.h
210
extern const CAST_LONG CAST_S_table1[256];
crypto/libressl/crypto/cast/cast_lcl.h
211
extern const CAST_LONG CAST_S_table2[256];
crypto/libressl/crypto/cast/cast_lcl.h
212
extern const CAST_LONG CAST_S_table3[256];
crypto/libressl/crypto/cast/cast_lcl.h
213
extern const CAST_LONG CAST_S_table4[256];
crypto/libressl/crypto/cast/cast_lcl.h
214
extern const CAST_LONG CAST_S_table5[256];
crypto/libressl/crypto/cast/cast_lcl.h
215
extern const CAST_LONG CAST_S_table6[256];
crypto/libressl/crypto/cast/cast_lcl.h
216
extern const CAST_LONG CAST_S_table7[256];
crypto/libressl/crypto/cast/cast_s.h
127
const CAST_LONG CAST_S_table1[256]={
crypto/libressl/crypto/cast/cast_s.h
193
const CAST_LONG CAST_S_table2[256]={
crypto/libressl/crypto/cast/cast_s.h
259
const CAST_LONG CAST_S_table3[256]={
crypto/libressl/crypto/cast/cast_s.h
325
const CAST_LONG CAST_S_table4[256]={
crypto/libressl/crypto/cast/cast_s.h
391
const CAST_LONG CAST_S_table5[256]={
crypto/libressl/crypto/cast/cast_s.h
457
const CAST_LONG CAST_S_table6[256]={
crypto/libressl/crypto/cast/cast_s.h
523
const CAST_LONG CAST_S_table7[256]={
crypto/libressl/crypto/cast/cast_s.h
61
const CAST_LONG CAST_S_table0[256]={
crypto/libressl/include/openssl/cast.h
82
CAST_LONG data[32];
crypto/libressl/include/openssl/cast.h
89
void CAST_encrypt(CAST_LONG *data, const CAST_KEY *key);
crypto/libressl/include/openssl/cast.h
90
void CAST_decrypt(CAST_LONG *data, const CAST_KEY *key);