Home
last modified time | relevance | path

Searched refs:image_end (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_descriptor.c47 const uint8_t* image_end; in avb_descriptor_foreach() local
76 image_end = image_data + image_size; in avb_descriptor_foreach()
84 if (desc_start < image_data || desc_start > image_end || in avb_descriptor_foreach()
85 desc_end < image_data || desc_end > image_end || desc_end < desc_start) { in avb_descriptor_foreach()
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dsec-common.c92 char *image_end = image + size; in find_sig_start() local
97 while (--image_end > image) { in find_sig_start()
98 if (*image_end == '_') { in find_sig_start()
99 ch = image_end - magic_str_len + 1; in find_sig_start()
/rk3399_rockchip-uboot/common/
H A Dimage-fdt.c384 ulong image_start, image_data, image_end; in boot_get_fdt() local
474 image_end = image_get_image_end(fdt_hdr); in boot_get_fdt()
485 if ((load < image_end) && (load_end > image_start)) { in boot_get_fdt()
H A Dimage-fit.c2419 ulong image_start, image_end; in fit_image_load_index() local
2428 image_end = addr + fit_get_size(fit); in fit_image_load_index()
2432 load < image_end && load_end > image_start) { in fit_image_load_index()
2500 ulong image_start, image_end; in boot_get_fdt_fit() local
2548 image_end = addr + fit_get_size(fit); in boot_get_fdt_fit()
2550 if (load >= image_start && load < image_end) { in boot_get_fdt_fit()