Home
last modified time | relevance | path

Searched refs:GetMD5 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rkupdate/
H A DMD5Checksum.h290 static tstring GetMD5(BYTE *pBuf, UINT nLength);
291 static tstring GetMD5(FILE *File, long long nLength);
292 static tstring GetMD5(const tstring &strFilePath, long long nLength);
H A DMD5Checksum.cpp75 tstring CMD5Checksum::GetMD5(const tstring &strFilePath, long long nLength) in GetMD5() function in CMD5Checksum
86 strRet = GetMD5(file, nLength); in GetMD5()
119 tstring CMD5Checksum::GetMD5(FILE *File, long long nLength) in GetMD5() function in CMD5Checksum
198 tstring CMD5Checksum::GetMD5(BYTE *pBuf, UINT nLength) in GetMD5() function in CMD5Checksum
H A DRKImage.cpp66 strNewMd5 = CMD5Checksum::GetMD5(m_pFile, nCheckSize); in Md5Check()