Home
last modified time | relevance | path

Searched refs:PBYTE (Results 1 – 10 of 10) sorted by relevance

/rkdeveloptool/
H A DRKImage.h51 bool GetData(long long dwOffset, DWORD dwSize, PBYTE lpBuffer);
52 void GetReservedData(PBYTE &lpData, USHORT &usSize);
53 int GetMd5Data(PBYTE &lpMd5, PBYTE &lpSignMd5);
H A DRKImage.cpp106 bool CRKImage::GetData(long long dwOffset, DWORD dwSize, PBYTE lpBuffer) in GetData()
122 void CRKImage::GetReservedData(PBYTE &lpData, USHORT &usSize) in GetReservedData()
190 iRead = fread((PBYTE)(&imageHead), 1, sizeof(STRUCT_RKIMAGE_HEAD), m_pFile); in CRKImage()
249 PBYTE lpBoot; in CRKImage()
289 int CRKImage::GetMd5Data(PBYTE &lpMd5, PBYTE &lpSignMd5) in GetMd5Data()
H A DRKBoot.h63 bool GetEntryData(ENUM_RKBOOTENTRY type, UCHAR ucIndex, PBYTE lpData);
64 CRKBoot(PBYTE lpBootData, DWORD dwBootSize, bool &bCheck);
84 PBYTE m_BootData;
H A DRKLog.h24 bool SaveBuffer(string fileName, PBYTE lpBuffer, DWORD dwSize);
25 void PrintBuffer(string &strOutput, PBYTE lpBuffer, DWORD dwSize, UINT uiLineCount = 16);
H A DRKDevice.h103 PBYTE m_pFlashInfoData;
106 PBYTE m_chipData;
117 bool Boot_VendorRequest(DWORD requestCode, PBYTE pBuffer, DWORD dwDataSize);
H A DRKLog.cpp103 bool CRKLog::SaveBuffer(string fileName, PBYTE lpBuffer, DWORD dwSize) in SaveBuffer()
114 void CRKLog::PrintBuffer(string &strOutput, PBYTE lpBuffer, DWORD dwSize, UINT uiLineCount) in PrintBuffer()
H A DRKBoot.cpp9 extern UINT CRC_32(PBYTE pData, UINT ulSize);
131 bool CRKBoot::GetEntryData(ENUM_RKBOOTENTRY type,UCHAR ucIndex,PBYTE lpData) in GetEntryData()
212 CRKBoot::CRKBoot(PBYTE lpBootData,DWORD dwBootSize,bool &bCheck) in CRKBoot()
H A Dmain.cpp130 void PrintData(PBYTE pData, int nSize) in PrintData()
722 bool MakeSector0(PBYTE pSector, USHORT usFlashDataSec, USHORT usFlashBootSec, bool rc4Flag) in MakeSector0()
738 bool MakeSector1(PBYTE pSector) in MakeSector1()
750 bool MakeSector2(PBYTE pSector) in MakeSector2()
761 bool MakeSector3(PBYTE pSector) in MakeSector3()
767 int MakeIDBlockData(PBYTE pDDR, PBYTE pLoader, PBYTE lpIDBlock, USHORT usFlashDataSec, USHORT usFla… in MakeIDBlockData()
774 MakeSector0((PBYTE)&sector0Info, usFlashDataSec, usFlashBootSec, rc4Flag); in MakeIDBlockData()
775 MakeSector1((PBYTE)&sector1Info); in MakeIDBlockData()
776 if (!MakeSector2((PBYTE)&sector2Info)) { in MakeIDBlockData()
779 if (!MakeSector3((PBYTE)&sector3Info)) { in MakeIDBlockData()
[all …]
H A DRKDevice.cpp300 iRet = m_pComm->RKU_ReadFlashInfo((PBYTE)&info, &uiRead); in GetFlashInfo()
329 memcpy(m_pFlashInfoData, (PBYTE)&info, uiRead); in GetFlashInfo()
514 PBYTE pBuffer = NULL; in DownloadBoot()
581 bool CRKDevice::Boot_VendorRequest( DWORD requestCode, PBYTE pBuffer, DWORD dwDataSize) in Boot_VendorRequest()
H A DDefineHeader.h25 typedef unsigned char BYTE, *PBYTE; typedef