CMGDK r49-rc2
宏定义 | 函数
K:/CMGDKv18/SDK/Source/SQL/MySQL/include/my_aes.h文件参考
#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)
 全部  名字空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义