Searched refs:ADLER32 (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | hash.c | 54 ADLER32, enumerator 83 [ADLER32] = {"adler32", 4}, 129 case ADLER32: break; in av_hash_alloc() 131 if (i != ADLER32 && i != CRC32 && !res->ctx) { in av_hash_alloc() 156 case ADLER32: ctx->crc = 1; break; in av_hash_init() 181 case ADLER32: ctx->crc = av_adler32_update(ctx->crc, src, len); break; in av_hash_update() 202 case ADLER32: AV_WB32(dst, ctx->crc); break; in av_hash_final()
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/doc/ |
D | rfc1950.txt | 239 |...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
|
/third_party/zlib/doc/ |
D | rfc1950.txt | 239 |...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
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/doc/ |
D | rfc1950.txt | 239 |...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
|
/third_party/skia/third_party/externals/libpng/ |
D | CHANGES | 5711 Issue a png_benign_error instead of a png_error on ADLER32 mismatch 5716 ignore the ADLER32 checksum in the IDAT chunk as well as the chunk CRCs. 5717 Issue png_benign_error() on ADLER32 checksum mismatch instead of png_error(). 5722 Updated the documentation about CRC and ADLER32 handling. 5747 optionally avoid ADLER32 evaluation. 5757 Restrict the new ADLER32-skipping to IDAT chunks. It broke iCCP chunk 5763 Control ADLER32 checking with new PNG_IGNORE_ADLER32 option. Fixes 5764 an endless loop when handling erroneous ADLER32 checksums; bug
|
D | libpng-manual.txt | 471 therein. Starting with libpng-1.6.26, this also governs how an ADLER32 error 490 When the setting for crit_action is PNG_CRC_QUIET_USE, the CRC and ADLER32
|
/third_party/libpng/ |
D | CHANGES | 5711 Issue a png_benign_error instead of a png_error on ADLER32 mismatch 5716 ignore the ADLER32 checksum in the IDAT chunk as well as the chunk CRCs. 5717 Issue png_benign_error() on ADLER32 checksum mismatch instead of png_error(). 5722 Updated the documentation about CRC and ADLER32 handling. 5747 optionally avoid ADLER32 evaluation. 5757 Restrict the new ADLER32-skipping to IDAT chunks. It broke iCCP chunk 5763 Control ADLER32 checking with new PNG_IGNORE_ADLER32 option. Fixes 5764 an endless loop when handling erroneous ADLER32 checksums; bug
|
D | libpng-manual.txt | 471 therein. Starting with libpng-1.6.26, this also governs how an ADLER32 error 490 When the setting for crit_action is PNG_CRC_QUIET_USE, the CRC and ADLER32
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | CHANGES | 5711 Issue a png_benign_error instead of a png_error on ADLER32 mismatch 5716 ignore the ADLER32 checksum in the IDAT chunk as well as the chunk CRCs. 5717 Issue png_benign_error() on ADLER32 checksum mismatch instead of png_error(). 5722 Updated the documentation about CRC and ADLER32 handling. 5747 optionally avoid ADLER32 evaluation. 5757 Restrict the new ADLER32-skipping to IDAT chunks. It broke iCCP chunk 5763 Control ADLER32 checking with new PNG_IGNORE_ADLER32 option. Fixes 5764 an endless loop when handling erroneous ADLER32 checksums; bug
|
D | libpng-manual.txt | 471 therein. Starting with libpng-1.6.26, this also governs how an ADLER32 error 490 When the setting for crit_action is PNG_CRC_QUIET_USE, the CRC and ADLER32
|