Home
last modified time | relevance | path

Searched refs:cipher_noffset (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c159 int cipher_noffset; in spl_fit_image_uncipher() local
173 cipher_noffset = fdt_subnode_offset(fit, noffset, FIT_CIPHER_NODENAME); in spl_fit_image_uncipher()
174 if (cipher_noffset < 0) { in spl_fit_image_uncipher()
180 if (fit_image_cipher_get_algo(fit, cipher_noffset, &algo_name)) { in spl_fit_image_uncipher()
191 iv = fdt_getprop(fit, cipher_noffset, "iv", &iv_len); in spl_fit_image_uncipher()
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1583 int cipher_noffset; in fit_image_uncipher() local
1593 cipher_noffset = fdt_subnode_offset(fit, noffset, FIT_CIPHER_NODENAME); in fit_image_uncipher()
1595 if (fit_image_cipher_get_algo(fit, cipher_noffset, &algo_name)) { in fit_image_uncipher()
1606 iv = fdt_getprop(fit, cipher_noffset, "iv", &iv_len); in fit_image_uncipher()
1636 noffset = fdt_subnode_offset(fit, cipher_noffset, FIT_HASH_NODENAME); in fit_image_uncipher()
2365 int cipher_noffset = in fit_image_load_index() local
2368 if (cipher_noffset > 0) { in fit_image_load_index()