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