Home
last modified time | relevance | path

Searched refs:hcrc (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.c526 if (s->gzhead->hcrc)
626 (s->gzhead->hcrc ? 2 : 0) +
643 if (s->gzhead->hcrc)
686 if (s->gzhead->hcrc && s->pending > beg)
697 if (s->gzhead->hcrc && s->pending > beg)
715 if (s->gzhead->hcrc && s->pending > beg)
728 if (s->gzhead->hcrc && s->pending > beg)
746 if (s->gzhead->hcrc && s->pending > beg)
759 if (s->gzhead->hcrc && s->pending > beg)
769 if (s->gzhead->hcrc) {
H A Dinflate.c526 state->head->hcrc = (int)((state->flags >> 9) & 1); in inflate()
/rk3399_rockchip-uboot/common/
H A Dimage.c218 ulong hcrc; in image_check_hcrc() local
226 hcrc = crc32(0, (unsigned char *)&header, len); in image_check_hcrc()
228 return (hcrc == image_get_hcrc(hdr)); in image_check_hcrc()
/rk3399_rockchip-uboot/include/
H A Dimage.h738 image_get_hdr_l(hcrc) /* image_get_hcrc */ in image_get_hdr_l() argument
804 image_set_hdr_l(hcrc) /* image_set_hcrc */ in image_set_hdr_l() argument
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h457 int hcrc; /* true if there was or will be a header crc */ member