CMGDK r49-rc2
|
#include "mysys/rijndael.h"
宏定义 | |
#define | AES_KEY_LENGTH 128 |
函数 | |
int | my_aes_encrypt (const char *source, int source_length, char *dest, const char *key, int key_length) |
int | my_aes_decrypt (const char *source, int source_length, char *dest, const char *key, int key_length) |
int | my_aes_get_size (int source_length) |
#define AES_KEY_LENGTH 128 |
int my_aes_decrypt | ( | const char * | source, |
int | source_length, | ||
char * | dest, | ||
const char * | key, | ||
int | key_length | ||
) |
int my_aes_encrypt | ( | const char * | source, |
int | source_length, | ||
char * | dest, | ||
const char * | key, | ||
int | key_length | ||
) |
int my_aes_get_size | ( | int | source_length | ) |