Lines Matching refs:nLength
75 tstring CMD5Checksum::GetMD5(const tstring &strFilePath, long long nLength) in GetMD5() argument
86 strRet = GetMD5(file, nLength); in GetMD5()
91 unsigned char *CMD5Checksum::_GetMD5(const tstring &strFilePath, long long nLength) in _GetMD5() argument
103 pRet = _GetMD5(file, nLength); in _GetMD5()
119 tstring CMD5Checksum::GetMD5(FILE *File, long long nLength) in GetMD5() argument
128 long long uiFileSize = nLength; in GetMD5()
151 unsigned char *CMD5Checksum::_GetMD5(FILE *File, long long nLength) in _GetMD5() argument
160 long long uiFileSize = nLength; in _GetMD5()
198 tstring CMD5Checksum::GetMD5(BYTE *pBuf, UINT nLength) in GetMD5() argument
203 MD5Checksum.Update(pBuf, nLength); in GetMD5()
207 unsigned char *CMD5Checksum::_GetMD5(BYTE *pBuf, UINT nLength) in _GetMD5() argument
211 MD5Checksum.Update(pBuf, nLength); in _GetMD5()
327 void CMD5Checksum::ByteToDWord(DWORD *Output, BYTE *Input, UINT nLength) in ByteToDWord() argument
335 for (; j < nLength; i++, j += 4) in ByteToDWord()
482 void CMD5Checksum::DWordToByte(BYTE *Output, DWORD *Input, UINT nLength) in DWordToByte() argument
487 for (; j < nLength; i++, j += 4) in DWordToByte()