cast_key 41 crypto/cast.c cast_encrypt(cast_key *key, u_int8_t *inblock, u_int8_t *outblock) cast_key 87 crypto/cast.c cast_decrypt(cast_key *key, u_int8_t *inblock, u_int8_t *outblock) cast_key 133 crypto/cast.c cast_setkey(cast_key *key, u_int8_t *rawkey, int keybytes) cast_key 18 crypto/cast.h void cast_setkey(cast_key * key, u_int8_t * rawkey, int keybytes); cast_key 19 crypto/cast.h void cast_encrypt(cast_key * key, u_int8_t * inblock, u_int8_t * outblock); cast_key 20 crypto/cast.h void cast_decrypt(cast_key * key, u_int8_t * inblock, u_int8_t * outblock);