Lines Matching +full:encode +full:- +full:only
1 /* SPDX-License-Identifier: GPL-2.0+ */
22 * rkcommon_check_params() - check params
24 * @return 0 if OK, -1 if ERROR.
29 * rkcommon_get_spl_hdr() - get 4-bytes spl hdr for a Rockchip boot image
31 * Rockchip's bootrom requires the spl loader to start with a 4-bytes
37 * rkcommon_get_spl_size() - get spl size for a Rockchip boot image
47 * rkcommon_set_header() - set up the header for a Rockchip boot image
53 * @return 0 if OK, -ENOSPC if too large
59 * rkcommon_verify_header() - verify the header for a Rockchip boot image
69 * rkcommon_print_header() - print the header for a Rockchip boot image
73 * @buf: Pointer to the image (can be a read-only file-mapping)
78 * rkcommon_need_rc4_spl() - check if rc4 encoded spl is required
80 * Some socs cannot disable the rc4-encryption of the spl binary.
88 * rkcommon_rc4_encode_spl() - encode the spl binary
95 * @size: number of bytes to encode
100 * rkcommon_vrec_header() - allocate memory for the header