Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkupdate/
H A DRKAndroidDevice.cpp129 RKANDROID_IDB_SEC1 *pSec; in FindIDBlock() local
130 pSec = (RKANDROID_IDB_SEC1 *)(bData + SECTOR_SIZE); in FindIDBlock()
131 if (pSec->uiChipTag == 0x38324B52) in FindIDBlock()
382 PBYTE pSec; in GetOldSectorData() local
387 pSec = (PBYTE)(m_oldSec0); in GetOldSectorData()
388 memset(pSec, 0, SECTOR_SIZE); in GetOldSectorData()
389 memcpy(pSec, bData, SECTOR_SIZE); in GetOldSectorData()
390 P_RC4(pSec, SECTOR_SIZE); in GetOldSectorData()
396 pSec = (PBYTE)(m_oldSec1); in GetOldSectorData()
397 memset(pSec, 0, SECTOR_SIZE); in GetOldSectorData()
[all …]
H A DRKAndroidDevice.h235 bool IsExistSector3Crc(PRKANDROID_IDB_SEC2 pSec);