13 #if defined(CPL_BASE_H_INCLUDED)
15 #define cvs_uint32 GUInt32
17 typedef unsigned long cvs_uint32;
20 struct cvs_MD5Context {
26 void cvs_MD5Init(
struct cvs_MD5Context *context);
27 void cvs_MD5Update(
struct cvs_MD5Context *context,
unsigned char const *buf,
unsigned len);
28 void cvs_MD5Final(
unsigned char digest[16],
struct cvs_MD5Context *context);
29 void cvs_MD5Transform(cvs_uint32 buf[4],
const unsigned char in[64]);
31 #endif // #ifndef DOXYGEN_SKIP