Searched refs:pMd5 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | RKAndroidDevice.h | 261 bool write_partition_upgrade_flag(DWORD dwOffset, BYTE *pMd5, UINT uiFlag); 262 bool read_partition_upgrade_flag(DWORD dwOffset, BYTE *pMd5, UINT *uiFlag);
|
| H A D | Upgrade.cpp | 820 PBYTE pMd5, pSignMd5; in UnlockDevice() local 831 nSignSize = pImage->GetMd5Data(pMd5, pSignMd5); in UnlockDevice() 849 pLog->PrintBuffer(strOutput, pMd5, 32, 16); in UnlockDevice() 855 if (memcmp(pMd5, output + nOutput - 32, 32) == 0) in UnlockDevice()
|
| H A D | RKAndroidDevice.cpp | 1733 bool CRKAndroidDevice::write_partition_upgrade_flag(DWORD dwOffset, BYTE *pMd5, UINT uiFlag) in write_partition_upgrade_flag() argument 1738 memcpy(flagSector, pMd5, 32); in write_partition_upgrade_flag() 1751 bool CRKAndroidDevice::read_partition_upgrade_flag(DWORD dwOffset, BYTE *pMd5, UINT *uiFlag) in read_partition_upgrade_flag() argument 1768 memcpy(pMd5, flagSector, 32); in read_partition_upgrade_flag()
|