Go to the documentation of this file. 34 #if !defined(_USE_LIBTOMCRYPT) && !defined(_USE_OPENSSL) 60 #ifdef SNMP_PP_NAMESPACE 65 typedef unsigned char *POINTER;
68 typedef unsigned short int UINT2;
71 typedef unsigned int UINT4;
77 unsigned char buffer[64];
80 DLLOPT void MD5Init(MD5_CTX *);
81 DLLOPT void MD5Update(MD5_CTX *,
const unsigned char *,
const unsigned int);
82 DLLOPT void MD5Final(
unsigned char [16], MD5_CTX *);
84 #ifdef SNMP_PP_NAMESPACE 88 #endif // !defined(_USE_LIBTOMCRYPT) && !defined(_USE_OPENSSL) 90 #endif // _SNMP_MD5_H_