|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <MD5.h>
Public Member Functions | |
| void | Finalize (const uint8 *data, uint32 len) |
| MD5Hash () | |
| void | UpdateData (const std::string &str) |
| void | UpdateData (const uint8 *data, size_t len) |
| ~MD5Hash () | |
Private Attributes | |
| EVP_MD_CTX * | m_ctx |
Definition at line 29 of file MD5.cpp.
References m_ctx.
Referenced by WardenWin::GetModuleForClient(), and WardenMac::HandleData().
| void MD5Hash::UpdateData | ( | const std::string & | str | ) |
Definition at line 19 of file MD5.cpp.
References m_ctx.
Referenced by WardenWin::GetModuleForClient(), and WardenMac::HandleData().
| void MD5Hash::UpdateData | ( | const uint8 * | data, |
| size_t | len ) |
|
private |
Definition at line 22 of file MD5.h.
Referenced by Finalize(), MD5Hash(), UpdateData(), UpdateData(), and ~MD5Hash().