Go to the source code of this file.
Functions | |
void | SEED_ofb128_encrypt (const unsigned char *in, unsigned char *out, size_t len, const SEED_KEY_SCHEDULE *ks, unsigned char ivec[SEED_BLOCK_SIZE], int *num) |
void SEED_ofb128_encrypt | ( | const unsigned char * | in, |
unsigned char * | out, | ||
size_t | len, | ||
const SEED_KEY_SCHEDULE * | ks, | ||
unsigned char | ivec[SEED_BLOCK_SIZE], | ||
int * | num | ||
) |
Definition at line 111 of file seed_ofb.c.