33 #if !defined(uint32) && !defined(HAVE_UINT32_FROM_RPC_RPC_H) 35 #define uint32 unsigned int 36 #elif (SIZEOF_LONG == 4) 37 #define uint32 unsigned long 38 #elif (SIZEOF_SHORT == 4) 39 #define uint32 unsigned short 42 #define uint32 unsigned
void MD5Final(unsigned char digest[16], struct MD5Context *context)
void MD5Init(struct MD5Context *context)
void MD5Update(struct MD5Context *context, unsigned char const *buf, unsigned len)