Lines Matching refs:CMD5Checksum

75 tstring CMD5Checksum::GetMD5(const tstring &strFilePath, long long nLength)  in GetMD5()
91 unsigned char *CMD5Checksum::_GetMD5(const tstring &strFilePath, long long nLength) in _GetMD5()
119 tstring CMD5Checksum::GetMD5(FILE *File, long long nLength) in GetMD5()
123 CMD5Checksum MD5Checksum; //checksum object in GetMD5()
151 unsigned char *CMD5Checksum::_GetMD5(FILE *File, long long nLength) in _GetMD5()
155 CMD5Checksum MD5Checksum; //checksum object in _GetMD5()
198 tstring CMD5Checksum::GetMD5(BYTE *pBuf, UINT nLength) in GetMD5()
202 CMD5Checksum MD5Checksum; in GetMD5()
207 unsigned char *CMD5Checksum::_GetMD5(BYTE *pBuf, UINT nLength) in _GetMD5()
210 CMD5Checksum MD5Checksum; in _GetMD5()
223 DWORD CMD5Checksum::RotateLeft(DWORD x, int n) in RotateLeft()
244 void CMD5Checksum::FF(DWORD &A, DWORD B, DWORD C, DWORD D, DWORD X, DWORD S, DWORD T) in FF()
264 void CMD5Checksum::GG(DWORD &A, DWORD B, DWORD C, DWORD D, DWORD X, DWORD S, DWORD T) in GG()
284 void CMD5Checksum::HH(DWORD &A, DWORD B, DWORD C, DWORD D, DWORD X, DWORD S, DWORD T) in HH()
304 void CMD5Checksum::II(DWORD &A, DWORD B, DWORD C, DWORD D, DWORD X, DWORD S, DWORD T) in II()
327 void CMD5Checksum::ByteToDWord(DWORD *Output, BYTE *Input, UINT nLength) in ByteToDWord()
354 void CMD5Checksum::Transform(BYTE Block[64]) in Transform()
452 CMD5Checksum::CMD5Checksum() in CMD5Checksum() function in CMD5Checksum
482 void CMD5Checksum::DWordToByte(BYTE *Output, DWORD *Input, UINT nLength) in DWordToByte()
506 tstring CMD5Checksum::Final() in Final()
560 unsigned char *CMD5Checksum::FinalChar() in FinalChar()
599 void CMD5Checksum::Update(BYTE *Input, UINT nInputLen) in Update()