Go to the source code of this file.
Functions | |
void | RC2_cbc_encrypt (const unsigned char *in, unsigned char *out, long length, RC2_KEY *ks, unsigned char *iv, int encrypt) |
void | RC2_encrypt (unsigned long *d, RC2_KEY *key) |
void | RC2_decrypt (unsigned long *d, RC2_KEY *key) |