Searched refs:fit_config_verify (Results 1 - 7 of 7) sorted by relevance

/u-boot/boot/
H A Dimage-fit-sig.c547 int fit_config_verify(const void *fit, int conf_noffset) function
H A Dimage-board.c1027 if (verify && fit_config_verify(fit_hdr, noffset))
H A Dimage-fit.c2122 if (fit_config_verify(fit, cfg_noffset)) {
/u-boot/include/
H A Dimage.h1343 int fit_config_verify(const void *fit, int conf_noffset);
1345 static inline int fit_config_verify(const void *fit, int conf_noffset) function
/u-boot/cmd/
H A Dfdt.c742 ret = fit_config_verify(working_fdt, cfg_noffset);
/u-boot/common/spl/
H A Dspl_fit.c697 if (fit_config_verify(ctx->fit, ctx->conf_node))
/u-boot/tools/
H A Dimage-host.c1382 ret = fit_config_verify(fit, cfg_noffset);

Completed in 77 milliseconds