| 
 
 | 
 | 
| uint32_t state[4] | state[4] | 
| uint32_t count[2] | count[2] | 
| unsigned char buffer[64] | buffer[64] | 
| typedef struct S_MD5 MD5_CTX | MD5_CTX | 
| void  MD5Init (MD5_CTX *context) | MD5Init | 
| void  MD5Update (MD5_CTX *context, const unsigned char *input, unsigned int inputLen) | MD5Update | 
| void  MD5Final (unsigned char digest[16], MD5_CTX *context) | MD5Final | 
| Generated by: pavlin on possum.icir.org on Wed Dec 11 16:50:42 2002, using kdoc 2.0a54+XORP. |