| liblivejournal Reference Manual |
|---|
typedef lj_uint32; void lj_md5_init (struct lj_md5_context *context); void lj_md5_update (struct lj_md5_context *context, unsigned char const *buf, unsigned len); void lj_md5_final (unsigned char digest[16], struct lj_md5_context *context); void lj_md5_transform (lj_uint32 buf[4], unsigned char in[64]); void lj_md5_hash (const char *src, char *dest);
void lj_md5_update (struct lj_md5_context *context,
unsigned char const *buf,
unsigned len);| context : | |
| buf : | |
| Param3 : |
|
void lj_md5_final (unsigned char digest[16],
struct lj_md5_context *context);| digest : | |
| context : |
|
| <<< liblivejournal Data Structures Reference | friends >>> |