Lines Matching full:xz_crc32
176 uint32_t xz_crc32(const uint8_t *buf, size_t size, uint32_t crc)
2571 s->crc = xz_crc32(b->out + s->out_start,
2600 s->block.hash.crc32 = xz_crc32(
2615 s->crc = xz_crc32(b->in + s->in_start, in_used, s->crc);
2659 s->index.hash.crc32 = xz_crc32(
2721 if (xz_crc32(s->temp.buf + HEADER_MAGIC_SIZE, 2, 0)
2752 if (xz_crc32(s->temp.buf + 4, 6, 0) != get_le32(s->temp.buf))
2783 if (xz_crc32(s->temp.buf, s->temp.size, 0)