Symbol: CAST_KEY
crypto/openssl/crypto/cast/c_cfb64.c
26
long length, const CAST_KEY *schedule,
crypto/openssl/crypto/cast/c_ecb.c
21
const CAST_KEY *ks, int enc)
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
51
void CAST_decrypt(CAST_LONG *data, const CAST_KEY *key)
crypto/openssl/crypto/cast/c_enc.c
84
long length, const CAST_KEY *ks, unsigned char *iv,
crypto/openssl/crypto/cast/c_ofb64.c
25
long length, const CAST_KEY *schedule,
crypto/openssl/crypto/cast/c_skey.c
32
void CAST_set_key(CAST_KEY *key, int len, const unsigned char *data)
crypto/openssl/crypto/evp/e_cast.c
30
CAST_KEY ks;
crypto/openssl/include/openssl/cast.h
44
void CAST_set_key(CAST_KEY *key, int len, const unsigned char *data);
crypto/openssl/include/openssl/cast.h
47
const CAST_KEY *key, int enc);
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);
crypto/openssl/include/openssl/cast.h
54
long length, const CAST_KEY *ks, unsigned char *iv,
crypto/openssl/include/openssl/cast.h
58
long length, const CAST_KEY *schedule,
crypto/openssl/include/openssl/cast.h
62
long length, const CAST_KEY *schedule,
crypto/openssl/providers/implementations/ciphers/cipher_cast.h
17
CAST_KEY ks;
crypto/openssl/providers/implementations/ciphers/cipher_cast5_hw.c
28
IMPLEMENT_CIPHER_HW_##UCMODE(mode, cast5, PROV_CAST_CTX, CAST_KEY, \
crypto/openssl/test/casttest.c
67
CAST_KEY key;
crypto/openssl/test/casttest.c
89
CAST_KEY key, key_b;