Searched refs:fit_image_verify (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | source.c | 133 if (!fit_image_verify(fit_hdr, noffset)) { in source()
|
| H A D | ximg.c | 157 if (!fit_image_verify(fit_hdr, noffset)) { in do_imgextract()
|
| H A D | fpga.c | 268 if (!fit_image_verify(fit_hdr, noffset)) { in do_fpga()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | sec_firmware.c | 64 if (!(fit_image_verify(sec_firmware_img, fw_node_off))) { in sec_firmware_get_data()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | update.c | 301 if (!fit_image_verify(fit, noffset)) { in update_tftp()
|
| H A D | image-fit.c | 1485 int fit_image_verify(const void *fit, int image_noffset) in fit_image_verify() function 1546 if (!fit_image_verify(fit, noffset)) in fit_all_image_verify() 2101 if (!fit_image_verify(fit, rd_noffset)) { in fit_image_select()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 1074 int fit_image_verify(const void *fit, int noffset);
|
| /rk3399_rockchip-uboot/drivers/net/fsl-mc/ |
| H A D | mc.c | 144 if (!(fit_image_verify(fit_hdr, node_offset))) { in parse_mc_firmware_fit_image()
|
| /rk3399_rockchip-uboot/common/smp/ |
| H A D | generic_smp64.S | 1697 bl fit_image_verify
|