Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Ddefault_image.c66 checksum = be32_to_cpu(hdr->ih_hcrc); in image_verify_header()
67 hdr->ih_hcrc = cpu_to_be32(0); /* clear for re-calculation */ in image_verify_header()
/openbmc/qemu/hw/core/
H A Duboot_image.h216 uint32_t ih_hcrc; /* Image Header CRC Checksum */ member
H A Dloader.c521 bswap32s(&hdr->ih_hcrc); in bswap_uboot_header()
/openbmc/u-boot/include/
H A Dimage.h339 __be32 ih_hcrc; /* Image Header CRC Checksum */ member