adler32 136 arch/i386/i386/dkcsum.c csum = adler32(0, bp->b_data, bios_cksumlen * DEV_BSIZE); adler32 369 arch/i386/stand/libsa/diskprobe.c bdi->checksum = adler32(bdi->checksum, buf, DEV_BSIZE); adler32 379 lib/libz/inflate.c (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) adler32 381 lib/libz/inflate.c # define UPDATE(check, buf, len) adler32(check, buf, len) adler32 645 lib/libz/inflate.c strm->adler = state->check = adler32(0L, Z_NULL, 0); adler32 799 lib/libz/inflate.c strm->adler = state->check = adler32(0L, Z_NULL, 0); adler32 1267 lib/libz/inflate.c id = adler32(0L, Z_NULL, 0); adler32 1268 lib/libz/inflate.c id = adler32(id, dictionary, dictLength); adler32 1261 lib/libz/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len)); adler32 903 net/zlib.c state->adler = adler32(state->adler, strm->next_in, len); adler32 2846 net/zlib.c inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, 1 << w)) adler32 611 net/zlib.h extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));