Home
last modified time | relevance | path

Searched refs:xz_crc32 (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_stream.c256 s->crc = xz_crc32(b->out + s->out_start, in dec_block()
288 s->block.hash.crc32 = xz_crc32( in dec_block()
303 s->crc = xz_crc32(b->in + s->in_start, in_used, s->crc); in index_update()
347 s->index.hash.crc32 = xz_crc32( in dec_index()
412 if (xz_crc32(s->temp.buf + HEADER_MAGIC_SIZE, 2, 0) in dec_stream_header()
448 if (xz_crc32(s->temp.buf + 4, 6, 0) != get_le32(s->temp.buf)) in dec_stream_footer()
479 if (xz_crc32(s->temp.buf, s->temp.size, 0) in dec_block_header()
H A Dxz_stream.h16 # define xz_crc32(buf, size, crc) \ macro
H A Dxz_crc32.c49 XZ_EXTERN uint32_t xz_crc32(const uint8_t *buf, size_t size, uint32_t crc) in xz_crc32() function
/f-stack/freebsd/contrib/xz-embedded/linux/include/linux/
H A Dxz.h287 XZ_EXTERN uint32_t xz_crc32(const uint8_t *buf, size_t size, uint32_t crc);
/f-stack/freebsd/contrib/xz-embedded/userspace/
H A DMakefile17 COMMON_SRCS = xz_crc32.c xz_crc64.c xz_dec_stream.c xz_dec_lzma2.c xz_dec_bcj.c
/f-stack/freebsd/contrib/xz-embedded/
H A DREADME68 linux/lib/xz/xz_crc32.c
104 xz_crc32.c or xz_crc64.c, the following #defines may be used
110 Then it is up to you to provide compatible xz_crc32() or xz_crc64()