Searched refs:fit_config_verify (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | source.c | 128 if (fit_config_verify(fit_hdr, conf_noffset)) { in source()
|
| H A D | fdt.c | 642 ret = fit_config_verify(working_fdt, cfg_noffset); in do_fdt()
|
| H A D | tftp_update.c | 401 ret = fit_config_verify(fit, conf); in update_verify_hdr()
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_fit.c | 513 ret = fit_config_verify(fit, conf_noffset); in spl_load_kernel_fit() 622 ret = fit_config_verify(fit, conf_noffset); in spl_internal_load_simple_fit()
|
| H A D | spl_fit_tb_arm32.S | 854 .section .text.fit_config_verify,"ax",%progbits 856 .weak fit_config_verify 861 .type fit_config_verify, %function 862 fit_config_verify: label 876 .size fit_config_verify, .-fit_config_verify 1191 bl fit_config_verify 1688 bl fit_config_verify
|
| H A D | spl_fit_tb_arm64.S | 856 .section .text.fit_config_verify,"ax",@progbits 858 .weak fit_config_verify 859 .type fit_config_verify, %function 860 fit_config_verify: label 871 .size fit_config_verify, .-fit_config_verify
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | fit.c | 202 if (fit_config_verify(fit, conf_noffset)) { in fit_get_blob()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-sig.c | 522 int fit_config_verify(const void *fit, int conf_noffset) in fit_config_verify() function
|
| H A D | image-fit.c | 2099 if (fit_config_verify(fit, cfg_noffset)) { in fit_image_load_index()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | image-host.c | 749 ret = fit_config_verify(fit, cfg_noffset); in fit_check_sign()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | image.h | 1069 int fit_config_verify(const void *fit, int conf_noffset);
|