#include <MD4.h>
Public Member Functions | |
CMD4 () | |
virtual | ~CMD4 () |
void | Reset () |
void | Add (LPCVOID pData, DWORD nLength) |
void | Finish () |
void | GetHash (MD4 *pHash) |
Protected Attributes | |
DWORD | m_nState [4] |
DWORD | m_nCount [2] |
BYTE | m_pBuffer [64] |
|
Definition at line 32 of file MD4.cpp. References Reset(). |
|
|
|
Definition at line 71 of file MD4.cpp. References MD4_Add_p5(). Referenced by CED2K::AddToFile(), CED2K::AddToTest(), CED2K::CheckIntegrity(), CED2K::FinishFile(), and CED2K::FromBytes(). |
|
Definition at line 79 of file MD4.cpp. References m_nCount, MD4_Add_p5(), and MD4_PADDING. Referenced by CED2K::AddToFile(), CED2K::CheckIntegrity(), CED2K::FinishBlockTest(), CED2K::FinishFile(), and CED2K::FromBytes(). |
|
Definition at line 63 of file MD4.cpp. References MD4::b, and m_nState. Referenced by CED2K::AddToFile(), CED2K::CheckIntegrity(), CED2K::FinishBlockTest(), CED2K::FinishFile(), and CED2K::FromBytes(). |
|
Definition at line 51 of file MD4.cpp. References m_nCount, and m_nState. Referenced by CED2K::AddToFile(), CED2K::BeginBlockTest(), CED2K::BeginFile(), CMD4(), and CED2K::FinishFile(). |
|
|
|
|
|
|