| ZNC trunk
    | 
#include <MD5.h>
| Public Member Functions | |
| CMD5 () | |
| CMD5 (const string &sText) | |
| CMD5 (const char *szText, uint32 nTextLen) | |
| ~CMD5 () | |
| operator string () const | |
| operator char * () const | |
| char * | MakeHash (const char *szText, uint32 nTextLen) | 
| Protected Member Functions | |
| void | md5_starts (md5_context *ctx) const | 
| void | md5_update (md5_context *ctx, const uint8 *input, uint32 length) const | 
| void | md5_finish (md5_context *ctx, uint8 digest[16]) const | 
| Protected Attributes | |
| char | m_szMD5 [33] | 
| CMD5::CMD5 | ( | ) | 
| CMD5::CMD5 | ( | const string & | sText | ) | 
| CMD5::CMD5 | ( | const char * | szText, | 
| uint32 | nTextLen | ||
| ) | 
| CMD5::~CMD5 | ( | ) | 
| char * CMD5::MakeHash | ( | const char * | szText, | 
| uint32 | nTextLen | ||
| ) | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | inline | 
References m_szMD5.
| 
 | inline | 
References m_szMD5.
| 
 | protected | 
Referenced by operator char *(), and operator string().