Lines Matching refs:bData
98 BYTE bData[SECTOR_SIZE * 4]; in FindIDBlock() local
111 memset(bData, 0, SECTOR_SIZE * 4); in FindIDBlock()
112 iRet = m_pComm->RKU_ReadSector(i * m_flashInfo.uiSectorPerBlock, 4, bData); in FindIDBlock()
123 pSec0 = (RKANDROID_IDB_SEC0 *)bData; in FindIDBlock()
130 pSec = (RKANDROID_IDB_SEC1 *)(bData + SECTOR_SIZE); in FindIDBlock()
367 BYTE bData[SECTOR_SIZE * 4]; in GetOldSectorData() local
374 if (!GetWriteBackData(m_oldIDBCounts, bData)) in GetOldSectorData()
389 memcpy(pSec, bData, SECTOR_SIZE); in GetOldSectorData()
398 memcpy(pSec, bData + 512, SECTOR_SIZE); in GetOldSectorData()
406 memcpy(pSec, bData + 512 * 2, SECTOR_SIZE); in GetOldSectorData()
415 memcpy(pSec, bData + 512 * 3, SECTOR_SIZE); in GetOldSectorData()
3311 BYTE bData[SECTOR_SIZE * 8]; in GetPublicKey() local
3312 PRKANDROID_IDB_SEC0 pSec0 = (PRKANDROID_IDB_SEC0)bData; in GetPublicKey()
3313 PRK_SECURE_HEADER pSecureHdr = (PRK_SECURE_HEADER)(bData + SECTOR_SIZE * 4); in GetPublicKey()
3349 iRet = m_pComm->RKU_ReadSector(m_idBlockOffset[i] * m_flashInfo.uiSectorPerBlock, 8, bData); in GetPublicKey()
3360 P_RC4(bData, SECTOR_SIZE); in GetPublicKey()
3371 P_RC4(bData + SECTOR_SIZE * (j + 4), SECTOR_SIZE); in GetPublicKey()