#include <openssl/seed.h>Go to the source code of this file.
Functions | |
| void | SEED_ecb_encrypt (const unsigned char *in, unsigned char *out, const SEED_KEY_SCHEDULE *ks, int enc) |
| void SEED_ecb_encrypt | ( | const unsigned char * | in, |
| unsigned char * | out, | ||
| const SEED_KEY_SCHEDULE * | ks, | ||
| int | enc | ||
| ) |
Definition at line 54 of file seed_ecb.c.
1.8.2