Searched refs:hcrc (Results 1 – 16 of 16) sorted by relevance
39 CRC32 hcrc = new CRC32(); in gunzip_withHCRC() local41 hcrc.update(gzipHeader.toByteArray()); in gunzip_withHCRC()45 gzipped.writeShort(Util.reverseBytesShort((short) hcrc.getValue())); // little endian in gunzip_withHCRC()
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()
231 __le16 hcrc; member
199 ulong hcrc; in image_check_hcrc() local207 hcrc = crc32(0, (unsigned char *)&header, len); in image_check_hcrc()209 return (hcrc == image_get_hcrc(hdr)); in image_check_hcrc()
721 image_get_hdr_l(hcrc) /* image_get_hcrc */ in image_get_hdr_l() argument779 image_set_hdr_l(hcrc) /* image_set_hcrc */ in image_set_hdr_l() argument
693 if (s->gzhead->hcrc)757 if (s->gzhead->hcrc && s->pending > (beg)) \876 (s->gzhead->hcrc ? 2 : 0) +893 if (s->gzhead->hcrc)971 if (s->gzhead->hcrc) {
126 int hcrc; /* true if there was or will be a header crc */ member
830 state->head->hcrc = (int)((state->flags >> 9) & 1);
62 hcrc: Integer; (* true if there was or will be a header crc *)
457 int hcrc; /* true if there was or will be a header crc */ member
87994 hcrc %7157