Home
last modified time | relevance | path

Searched refs:FIT_CIPHER_NODENAME (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c173 cipher_noffset = fdt_subnode_offset(fit, noffset, FIT_CIPHER_NODENAME); in spl_fit_image_uncipher()
359 if (fdt_subnode_offset(fit, node, FIT_CIPHER_NODENAME) > 0) { in spl_load_fit_image()
/rk3399_rockchip-uboot/tools/
H A Dimage-host.c495 FIT_CIPHER_NODENAME); in fit_config_get_hash_list()
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1593 cipher_noffset = fdt_subnode_offset(fit, noffset, FIT_CIPHER_NODENAME); in fit_image_uncipher()
2366 fdt_subnode_offset(fit, noffset, FIT_CIPHER_NODENAME); in fit_image_load_index()
/rk3399_rockchip-uboot/include/
H A Dimage.h920 #define FIT_CIPHER_NODENAME "cipher" macro