Home | History | Annotate | Download | only in src

Lines Matching full:crc32

556    gzip stream is being written, strm->adler is a crc32 instead of an adler32.
796 recommended that a check value such as an adler32 or a crc32 be applied to
805 crc32 instead of an adler32.
1575 An Adler-32 checksum is almost as reliable as a CRC32 but can be computed
1600 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1609 uLong crc = crc32(0L, Z_NULL, 0);
1612 crc = crc32(crc, buffer, length);