Searched refs:nLength (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | MD5Checksum.h | 290 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); 293 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); 320 void DWordToByte(BYTE *Output, DWORD *Input, UINT nLength); 321 void ByteToDWord(DWORD *Output, BYTE *Input, UINT nLength);
|
| H A D | MD5Checksum.cpp | 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() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | mac80211-injection.rst | 100 r = pcap_inject(ppcap, u8aSendBuffer, nLength);
|