Searched refs:fit_image_check_hash (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit_misc.c | 60 return fit_image_check_hash(fit, noffset, data, size, &err_msgp); in fit_image_check_uncomp_hash()
|
| H A D | fit.c | 385 ret = fit_image_check_hash(fit, hash_noffset, data, size, &msg); in fit_image_load_one()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fit.c | 1347 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 D | tftp_update.c | 473 ret = fit_image_check_hash(fit, e->hash_noffset, e->buf, e->size, &msg); in download_image()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 1041 int fit_image_check_hash(const void *fit, int noffset, const void *data,
|