Go to the documentation of this file. 34 #if !defined(_USE_LIBTOMCRYPT) && !defined(_USE_OPENSSL) 64 #ifdef SNMP_PP_NAMESPACE 69 typedef unsigned char *POINTER;
72 typedef unsigned short int UINT2;
75 typedef unsigned int UINT4;
81 unsigned char buffer[64];
84 DLLOPT void MD5Init(MD5_CTX *);
85 DLLOPT void MD5Update(MD5_CTX *,
const unsigned char *,
const unsigned int);
86 DLLOPT void MD5Final(
unsigned char [16], MD5_CTX *);
88 #ifdef SNMP_PP_NAMESPACE 96 #endif // !defined(_USE_LIBTOMCRYPT) && !defined(_USE_OPENSSL) 98 #endif // _SNMP_MD5_H_