Go to the source code of this file.
Functions | |
void | CAST_encrypt (CAST_LONG *data, const CAST_KEY *key) |
void | CAST_decrypt (CAST_LONG *data, const CAST_KEY *key) |
void | CAST_cbc_encrypt (const unsigned char *in, unsigned char *out, long length, const CAST_KEY *ks, unsigned char *iv, int enc) |