CMGDK r49-rc2
宏定义 | 函数
K:/CMGDKv18/SDK/Source/SQL/MySQL/include/mysys/rijndael.h文件参考

浏览该文件的源代码。

宏定义

#define AES_MAXKC   (256/32)
#define AES_MAXKB   (256/8)
#define AES_MAXNR   14

函数

int rijndaelKeySetupEnc (uint32 rk[], const uint8 cipherKey[], int keyBits)
int rijndaelKeySetupDec (uint32 rk[], const uint8 cipherKey[], int keyBits)
void rijndaelEncrypt (const uint32 rk[], int Nr, const uint8 pt[16], uint8 ct[16])
void rijndaelDecrypt (const uint32 rk[], int Nr, const uint8 ct[16], uint8 pt[16])

宏定义文档

#define AES_MAXKB   (256/8)
#define AES_MAXKC   (256/32)
#define AES_MAXNR   14

函数文档

void rijndaelDecrypt ( const uint32  rk[],
int  Nr,
const uint8  ct[16],
uint8  pt[16] 
)
void rijndaelEncrypt ( const uint32  rk[],
int  Nr,
const uint8  pt[16],
uint8  ct[16] 
)
int rijndaelKeySetupDec ( uint32  rk[],
const uint8  cipherKey[],
int  keyBits 
)
int rijndaelKeySetupEnc ( uint32  rk[],
const uint8  cipherKey[],
int  keyBits 
)
 全部  名字空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义