Home
last modified time | relevance | path

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

/u-boot/include/
A Drc4.h18 void rc4_encode(unsigned char *buf, unsigned int len, const unsigned char key[16]);
/u-boot/lib/
A Drc4.c15 void rc4_encode(unsigned char *buf, unsigned int len, const unsigned char key[16]) in rc4_encode() function
/u-boot/tools/
A Drkcommon.c321 rc4_encode(buf, RK_BLK_SIZE, rc4_key); in rkcommon_set_header0()
408 rc4_encode((void *)header0, sizeof(struct header0_info), rc4_key); in rkcommon_parse_header()
538 rc4_encode(buf + offset, step, rc4_key); in rkcommon_rc4_encode_spl()

Completed in 21 milliseconds