Home
last modified time | relevance | path

Searched refs:XZ_CHECK_CRC32 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/xz/
H A Dxz_stream.h54 XZ_CHECK_CRC32 = 1, enumerator
H A Dxz_dec_stream.c244 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
265 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
411 if (s->check_type > XZ_CHECK_CRC32) in dec_stream_header()
414 if (s->check_type > XZ_CHECK_CRC32) in dec_stream_header()
657 if (s->check_type == XZ_CHECK_CRC32) { in dec_main()
/kernel/linux/linux-6.6/lib/xz/
H A Dxz_stream.h54 XZ_CHECK_CRC32 = 1, enumerator
H A Dxz_dec_stream.c244 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
265 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
411 if (s->check_type > XZ_CHECK_CRC32) in dec_stream_header()
414 if (s->check_type > XZ_CHECK_CRC32) in dec_stream_header()
657 if (s->check_type == XZ_CHECK_CRC32) { in dec_main()

Completed in 5 milliseconds