Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dbootm.c263 if (!image_check_hcrc(hdr)) { in image_info()
345 if (!image_check_hcrc(hdr)) in do_imls_nor()
401 if (!image_check_hcrc(imgdata)) { in nand_imls_legacyimage()
H A Dsource.c73 if (!image_check_hcrc (hdr)) { in source()
H A Ddisk.c71 if (!image_check_hcrc(hdr)) { in common_diskboot()
H A Dximg.c82 if (!image_check_hcrc(hdr)) { in do_imgextract()
/openbmc/u-boot/common/
H A Dimage-fdt.c44 if (!image_check_hcrc(fdt_hdr)) { in image_get_fdt()
H A Dimage.c200 int image_check_hcrc(const image_header_t *hdr) in image_check_hcrc() function
407 if (!image_check_hcrc(rd_hdr)) { in image_get_ramdisk()
H A Dbootm.c838 if (!image_check_hcrc(hdr)) { in image_get_kernel()
/openbmc/u-boot/common/spl/
H A Dspl.c249 if (!image_check_hcrc(header)) { in spl_parse_image_header()
/openbmc/u-boot/include/
H A Dimage.h834 int image_check_hcrc(const image_header_t *hdr);