Searched refs:rc4_encode (Results 1 - 3 of 3) sorted by last modified time

/u-boot/lib/
H A Drc4.c12 void rc4_encode(unsigned char *buf, unsigned int len, const unsigned char key[16]) function
/u-boot/tools/
H A Drkcommon.c321 rc4_encode(buf, RK_BLK_SIZE, rc4_key);
408 rc4_encode((void *)header0, sizeof(struct header0_info), rc4_key);
538 rc4_encode(buf + offset, step, rc4_key);
/u-boot/include/
H A Drc4.h12 * rc4_encode() - encode a buf with the RC4 cipher
18 void rc4_encode(unsigned char *buf, unsigned int len, const unsigned char key[16]);

Completed in 70 milliseconds