Searched refs:hcrc (Results 1 – 20 of 20) 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()
527 if (s->gzhead->hcrc)627 (s->gzhead->hcrc ? 2 : 0) +644 if (s->gzhead->hcrc)687 if (s->gzhead->hcrc && s->pending > beg)698 if (s->gzhead->hcrc && s->pending > beg)716 if (s->gzhead->hcrc && s->pending > beg)729 if (s->gzhead->hcrc && s->pending > beg)747 if (s->gzhead->hcrc && s->pending > beg)760 if (s->gzhead->hcrc && s->pending > beg)770 if (s->gzhead->hcrc) {
526 state->head->hcrc = (int)((state->flags >> 9) & 1); in inflate()
231 __le16 hcrc; member
215 ulong hcrc; in image_check_hcrc() local223 hcrc = crc32(0, (unsigned char *)&header, len); in image_check_hcrc()225 return (hcrc == image_get_hcrc(hdr)); in image_check_hcrc()
731 image_get_hdr_l(hcrc) /* image_get_hcrc */ in image_get_hdr_l() argument789 image_set_hdr_l(hcrc) /* image_set_hcrc */ in image_set_hdr_l() argument
739 if (s->gzhead->hcrc)803 if (s->gzhead->hcrc && s->pending > (beg)) \922 (s->gzhead->hcrc ? 2 : 0) +939 if (s->gzhead->hcrc)1017 if (s->gzhead->hcrc) {
126 int hcrc; /* true if there was or will be a header crc */ member
831 state->head->hcrc = (int)((state->flags >> 9) & 1);
732 if (s->gzhead->hcrc)796 if (s->gzhead->hcrc && s->pending > (beg)) \915 (s->gzhead->hcrc ? 2 : 0) +932 if (s->gzhead->hcrc)1010 if (s->gzhead->hcrc) {
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) {
830 state->head->hcrc = (int)((state->flags >> 9) & 1);
457 int hcrc; /* true if there was or will be a header crc */ member
842 state->head->hcrc = (int)((state->flags >> 9) & 1);
87994 hcrc %7157