Home | History | Annotate | Download | only in pending

Lines Matching refs:xz_crc32

176 uint32_t xz_crc32(const uint8_t *buf, size_t size, uint32_t crc)
2579 s->crc = xz_crc32(b->out + s->out_start,
2608 s->block.hash.crc32 = xz_crc32(
2623 s->crc = xz_crc32(b->in + s->in_start, in_used, s->crc);
2667 s->index.hash.crc32 = xz_crc32(
2729 if (xz_crc32(s->temp.buf + HEADER_MAGIC_SIZE, 2, 0)
2760 if (xz_crc32(s->temp.buf + 4, 6, 0) != get_le32(s->temp.buf))
2791 if (xz_crc32(s->temp.buf, s->temp.size, 0)