Home | History | Annotate | Download | only in doc

Lines Matching full:checksum

51    checksum (an extension and improvement of the Fletcher checksum),
296 producing any compressed output. DICT is the Adler-32 checksum
323 ADLER32 (Adler-32 checksum)
324 This contains a checksum value of the uncompressed data
333 Adler-32 checksum is stored as s2*65536 + s1 in most-
386 [4] Fletcher, J. G., "An Arithmetic Checksum for Serial
390 [5] ITU-T Recommendation X.224, Annex D, "Checksum Algorithms,"
413 A decoder that fails to check the ADLER32 checksum value may be
496 checksum. That 65521 is prime is important to avoid a possible
498 (The Fletcher checksum uses 255, which is not prime and which also
505 checksum of zero.)
522 The following C code computes the Adler-32 checksum of a data buffer.
539 Update a running Adler-32 checksum with the bytes buf[0..len-1]
540 and return the updated checksum. The Adler-32 checksum should be