Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c294 if (fit_image_get_cipher_addr(fit, node, &cipher_addr)) in spl_load_fit_image()
/rk3399_rockchip-uboot/include/
H A Dimage.h1027 int fit_image_get_cipher_addr(const void *fit, int noffset, ulong *cipher);
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c839 int fit_image_get_cipher_addr(const void *fit, int noffset, ulong *cipher) in fit_image_get_cipher_addr() function