CMGDK r49-rc2
|
#include <hgl/type/DataType.H>
组合类型 | |
struct | rc4_state |
名字空间 | |
namespace | hgl |
__MAKE_HGL__&&!__MAKE_PLUGIN__ | |
函数 | |
void | rc4_setup (struct rc4_state *s, unsigned char *key, int length) |
void | rc4_crypt (struct rc4_state *s, unsigned char *data, int length) |
void | hgl::RC4Encrypt (uint8 *, int, uint8 *, int) |
void rc4_crypt | ( | struct rc4_state * | s, |
unsigned char * | data, | ||
int | length | ||
) |
void rc4_setup | ( | struct rc4_state * | s, |
unsigned char * | key, | ||
int | length | ||
) |