Home
last modified time | relevance | path

Searched refs:_GetMD5 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkupdate/
H A DMD5Checksum.h293 static unsigned char *_GetMD5(BYTE *pBuf, UINT nLength);
294 static unsigned char *_GetMD5(FILE *File, long long nLength);
295 static unsigned char *_GetMD5(const tstring &strFilePath, long long nLength);
H A DMD5Checksum.cpp91 unsigned char *CMD5Checksum::_GetMD5(const tstring &strFilePath, long long nLength) in _GetMD5() function in CMD5Checksum
103 pRet = _GetMD5(file, nLength); in _GetMD5()
151 unsigned char *CMD5Checksum::_GetMD5(FILE *File, long long nLength) in _GetMD5() function in CMD5Checksum
207 unsigned char *CMD5Checksum::_GetMD5(BYTE *pBuf, UINT nLength) in _GetMD5() function in CMD5Checksum