9 const char CPL_DLL *CPLMD5String(
const char *pszText );
14 struct CPLMD5Context {
20 void CPLMD5Init(
struct CPLMD5Context *context );
21 void CPLMD5Update(
struct CPLMD5Context *context,
unsigned char const *buf,
23 void CPLMD5Final(
unsigned char digest[16],
struct CPLMD5Context *context );
24 void CPLMD5Transform(
GUInt32 buf[4],
const unsigned char inraw[64] );
26 #endif // #ifndef DOXYGEN_SKIP Core portability definitions for CPL.
#define CPL_C_START
Macro to start a block of C symbols.
Definition: cpl_port.h:337
unsigned int GUInt32
Unsigned int32 type.
Definition: cpl_port.h:207
#define CPL_C_END
Macro to end a block of C symbols.
Definition: cpl_port.h:339