Lines Matching refs:P_RC4
30 extern void P_RC4(unsigned char* buf, unsigned short len);
792 P_RC4(pDDR + i * SECTOR_SIZE, SECTOR_SIZE); in MakeIDBlockData()
794 P_RC4(pLoader + i * SECTOR_SIZE, SECTOR_SIZE); in MakeIDBlockData()
806 P_RC4(lpIDBlock + SECTOR_SIZE * i, SECTOR_SIZE); in MakeIDBlockData()
1440 P_RC4(buf, fixSize < SMALL_PACKET ? fixSize : SMALL_PACKET); in writeFile()
1450 P_RC4(gBuf, size); in writeFile()
1702 P_RC4(gBuf + i * SMALL_PACKET, SMALL_PACKET); in unpackEntry()
1705 P_RC4(gBuf + i * SMALL_PACKET, size - SMALL_PACKET * 512); in unpackEntry()
1708 P_RC4(gBuf, size); in unpackEntry()
1979 P_RC4(loaderHeadBuffer+SECTOR_SIZE*i,SECTOR_SIZE); in upgrade_loader()
1983 P_RC4(loaderDataBuffer+SECTOR_SIZE*i,SECTOR_SIZE); in upgrade_loader()
1987 P_RC4(loaderCodeBuffer+SECTOR_SIZE*i,SECTOR_SIZE); in upgrade_loader()