Home
last modified time | relevance | path

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

/rkdeveloptool/
H A Dmain.cpp30 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()
[all …]
H A Dcrc.cpp263 void P_RC4(unsigned char* buf, unsigned short len) in P_RC4() function