Home
last modified time | relevance | path

Searched refs:ADLER32 (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava-tests/test/com/google/common/hash/
DHashFunctionEnum.java25 ADLER32(Hashing.adler32()), enumConstant
/external/zlib/src/doc/
Drfc1950.txt239 |...compressed data...| ADLER32 |
242 Any data which may appear after ADLER32 are not part of the zlib
292 of this sequence of bytes (see the definition of ADLER32
318 ADLER32 (Adler-32 checksum)
346 and ADLER32, but need not support preset dictionaries. When the
353 A compliant decompressor must check CMF, FLG, and ADLER32, and
406 A decoder that fails to check the ADLER32 checksum value may be
/external/libpng/contrib/oss-fuzz/
Dnewcc12 // 2. setting the option to ignore ADLER32 checksums,
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp2108 unsigned ADLER32 = lodepng_read32bitInt(&in[insize - 4]); in lodepng_zlib_decompress() local
2110 if(checksum != ADLER32) return 58; /*error, adler checksum not correct, data must be corrupted*/ in lodepng_zlib_decompress()
2144 unsigned ADLER32; in lodepng_zlib_compress() local
2163 ADLER32 = adler32(in, (unsigned)insize); in lodepng_zlib_compress()
2166 lodepng_add32bitInt(&outv, ADLER32); in lodepng_zlib_compress()
/external/libpng/
DCHANGES5712 Issue a png_benign_error instead of a png_error on ADLER32 mismatch
5717 ignore the ADLER32 checksum in the IDAT chunk as well as the chunk CRCs.
5718 Issue png_benign_error() on ADLER32 checksum mismatch instead of png_error().
5723 Updated the documentation about CRC and ADLER32 handling.
5748 optionally avoid ADLER32 evaluation.
5758 Restrict the new ADLER32-skipping to IDAT chunks. It broke iCCP chunk
5764 Control ADLER32 checking with new PNG_IGNORE_ADLER32 option. Fixes
5765 an endless loop when handling erroneous ADLER32 checksums; bug
Dlibpng-manual.txt470 therein. Starting with libpng-1.6.26, this also governs how an ADLER32 error
489 When the setting for crit_action is PNG_CRC_QUIET_USE, the CRC and ADLER32
/external/ImageMagick/
DChangeLog621 your image has no CRC or ADLER32 errors, this can speed up decoding.