Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Drkimage.c23 rkcommon_rc4_encode_spl(buf, 4, params->file_size); in rkimage_set_header()
H A Drkcommon.h94 void rkcommon_rc4_encode_spl(void *buf, unsigned int offset, unsigned int size);
H A Drkcommon.c378 rkcommon_rc4_encode_spl(buf, RK_SPL_HDR_START, in rkcommon_set_header()
383 rkcommon_rc4_encode_spl(buf + RK_SPL_HDR_START, in rkcommon_set_header()
534 void rkcommon_rc4_encode_spl(void *buf, unsigned int offset, unsigned int size) in rkcommon_rc4_encode_spl() function