Home
last modified time | relevance | path

Searched refs:rc4_encode (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/
H A Drc4.su
H A Drc4.c16 void rc4_encode(unsigned char *buf, unsigned int len, unsigned char key[16]) in rc4_encode() function
/OK3568_Linux_fs/u-boot/include/
H A Drc4.h19 void rc4_encode(unsigned char *buf, unsigned int len, unsigned char key[16]);
/OK3568_Linux_fs/u-boot/tools/
H A Drkcommon.c330 rc4_encode(buf, RK_BLK_SIZE, rc4_key); in rkcommon_set_header0()
414 rc4_encode((void *)header0, sizeof(struct header0_info), rc4_key); in rkcommon_parse_header()
541 rc4_encode(buf + offset, step, rc4_key); in rkcommon_rc4_encode_spl()
/OK3568_Linux_fs/u-boot/
H A Du-boot.map