Searched refs:hcrc (Results 1 – 5 of 5) sorted by relevance
526 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) {
526 state->head->hcrc = (int)((state->flags >> 9) & 1); in inflate()
218 ulong hcrc; in image_check_hcrc() local226 hcrc = crc32(0, (unsigned char *)&header, len); in image_check_hcrc()228 return (hcrc == image_get_hcrc(hdr)); in image_check_hcrc()
738 image_get_hdr_l(hcrc) /* image_get_hcrc */ in image_get_hdr_l() argument804 image_set_hdr_l(hcrc) /* image_set_hcrc */ in image_set_hdr_l() argument
457 int hcrc; /* true if there was or will be a header crc */ member