Home
last modified time | relevance | path

Searched refs:fit_image_verify (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dsec_firmware.c63 if (!(fit_image_verify(sec_firmware_img, fw_node_off))) { in sec_firmware_get_data()
162 if (!(fit_image_verify(sec_firmware_img, ld_node_off))) { in sec_firmware_check_copy_loadable()
/openbmc/u-boot/cmd/
H A Dsource.c136 if (!fit_image_verify(fit_hdr, noffset)) { in source()
H A Dximg.c156 if (!fit_image_verify(fit_hdr, noffset)) { in do_imgextract()
H A Dfpga.c341 if (!fit_image_verify(fit_hdr, noffset)) { in do_fpga_loadmk()
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_firmware.c118 if (!(fit_image_verify(pfe_fit_addr, fw_node_off))) { in pfe_get_fw()
/openbmc/u-boot/common/
H A Dupdate.c301 if (!fit_image_verify(fit, noffset)) { in update_tftp()
H A Dimage-fit.c1279 int fit_image_verify(const void *fit, int image_noffset) in fit_image_verify() function
1340 if (!fit_image_verify(fit, noffset)) in fit_all_image_verify()
1717 if (!fit_image_verify(fit, rd_noffset)) { in fit_image_select()
/openbmc/u-boot/include/
H A Dimage.h1063 int fit_image_verify(const void *fit, int noffset);
/openbmc/u-boot/drivers/net/fsl-mc/
H A Dmc.c146 if (!(fit_image_verify(fit_hdr, node_offset))) { in parse_mc_firmware_fit_image()