Home
last modified time | relevance | path

Searched refs:android_image_check_header (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dimage-android.c265 int android_image_check_header(const struct andr_img_hdr *hdr) in android_image_check_header() function
696 if (android_image_check_header(hdr)) { in android_image_separate()
772 if (android_image_check_header(hdr)) { in android_image_separate_v34()
1022 if (android_image_check_header((void *)hdr)) { in extract_boot_image_v012_header()
1056 if (android_image_check_header((void *)boot_hdr)) { in extract_boot_image_v34_header()
1279 if (android_image_check_header(andr_hdr)) { in populate_andr_img_hdr()
H A Dfb_mmc.c180 res = android_image_check_header(hdr); in fb_mmc_get_boot_header()
H A Dimage.c898 if (android_image_check_header(img_addr) == 0) in genimg_get_format()
H A Dandroid_bootloader.c697 if (android_image_check_header(hdr)) in android_image_verify_resource()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dresource_img.c331 if (!android_image_check_header((void *)hdr) || in resource_init()
H A Dboard.c1352 if (hdr && !android_image_check_header(hdr) && hdr->header_version >= 4) { in bootargs_add_android()
1506 if (!hdr || android_image_check_header(hdr) || in ft_verify_fdt()
/rk3399_rockchip-uboot/include/
H A Dimage.h1366 int android_image_check_header(const struct andr_img_hdr *hdr);