Lines Matching full:checksum
309 deflate() sets strm->adler to the adler32 checksum of all input read
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
433 strm->adler to the adler32 checksum of all output produced so far (that is,
436 checksum is equal to that saved by the compressor and returns Z_STREAM_END
437 only if the checksum is correct.
1255 /* checksum functions */
1265 Update a running Adler-32 checksum with the bytes buf[0..len-1] and
1266 return the updated checksum. If buf is NULL, this function returns
1267 the required initial value for the checksum.
1268 An Adler-32 checksum is almost as reliable as a CRC32 but can be computed
1282 maximum possible checksum values that adler32 can produce.
1297 each, adler1 and adler2. adler32_combine() returns the Adler-32 checksum of