Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/rockchip/
H A Dboot_merger.c89 void P_RC4(uint8_t *buf, uint32_t len) in P_RC4() function
641 P_RC4(buf, fixSize < SMALL_PACKET ? fixSize : SMALL_PACKET); in writeFile()
651 P_RC4(gBuf, size); in writeFile()
912 P_RC4(gBuf + i * SMALL_PACKET, SMALL_PACKET); in unpackEntry()
914 P_RC4(gBuf + i * SMALL_PACKET, size - SMALL_PACKET * 512); in unpackEntry()
917 P_RC4(gBuf, size); in unpackEntry()
/rk3399_rockchip-uboot/drivers/rkflash/
H A Drkflash_api.c19 static void P_RC4(u8 *buf, u16 len) in P_RC4() function
77 P_RC4((u8 *)idb_tag, sizeof(struct id_block_tag)); in rksfc_nor_init()