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

  /external/u-boot/include/
rc4.h 12 * rc4_encode() - encode a buf with the RC4 cipher
18 void rc4_encode(unsigned char *buf, unsigned int len, unsigned char key[16]);
  /external/u-boot/lib/
rc4.c 15 void rc4_encode(unsigned char *buf, unsigned int len, unsigned char key[16]) function
  /external/u-boot/tools/
rkcommon.c 185 rc4_encode(buf, RK_BLK_SIZE, rc4_key);
232 rc4_encode((void *)header0, sizeof(struct header0_info), rc4_key);
325 rc4_encode(buf + offset, step, rc4_key);

Completed in 347 milliseconds