Home
last modified time | relevance | path

Searched refs:fit_image_check_hash (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit_misc.c60 return fit_image_check_hash(fit, noffset, data, size, &err_msgp); in fit_image_check_uncomp_hash()
H A Dfit.c385 ret = fit_image_check_hash(fit, hash_noffset, data, size, &msg); in fit_image_load_one()
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1347 int fit_image_check_hash(const void *fit, int noffset, const void *data, in fit_image_check_hash() function
1435 if (fit_image_check_hash(fit, noffset, data, size, in fit_image_verify_with_data()
1638 ret = fit_image_check_hash(fit, noffset, in fit_image_uncipher()
/rk3399_rockchip-uboot/cmd/
H A Dtftp_update.c473 ret = fit_image_check_hash(fit, e->hash_noffset, e->buf, e->size, &msg); in download_image()
/rk3399_rockchip-uboot/include/
H A Dimage.h1041 int fit_image_check_hash(const void *fit, int noffset, const void *data,