xz/src/liblzma/check
Lasse Collin 689ae24273 liblzma: Remove ifunc support.
This is *NOT* done for security reasons even though the backdoor
relied on the ifunc code. Instead, the reason is that in this
project ifunc provides little benefits but it's quite a bit of
extra code to support it. The only case where ifunc *might* matter
for performance is if the CRC functions are used directly by an
application. In normal compression use it's completely irrelevant.
2024-04-09 18:22:27 +03:00
..
Makefile.inc Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
check.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
check.h Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
crc32_arm64.h Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
crc32_fast.c liblzma: Remove ifunc support. 2024-04-09 18:22:27 +03:00
crc32_small.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
crc32_table.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
crc32_table_be.h liblzma: Include the SPDX license identifier 0BSD to generated files. 2024-02-14 18:31:16 +02:00
crc32_table_le.h liblzma: Include the SPDX license identifier 0BSD to generated files. 2024-02-14 18:31:16 +02:00
crc32_tablegen.c liblzma: Include the SPDX license identifier 0BSD to generated files. 2024-02-14 18:31:16 +02:00
crc32_x86.S Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
crc64_fast.c liblzma: Remove ifunc support. 2024-04-09 18:22:27 +03:00
crc64_small.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
crc64_table.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
crc64_table_be.h liblzma: Include the SPDX license identifier 0BSD to generated files. 2024-02-14 18:31:16 +02:00
crc64_table_le.h liblzma: Include the SPDX license identifier 0BSD to generated files. 2024-02-14 18:31:16 +02:00
crc64_tablegen.c liblzma: Include the SPDX license identifier 0BSD to generated files. 2024-02-14 18:31:16 +02:00
crc64_x86.S Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
crc_common.h liblzma: Remove ifunc support. 2024-04-09 18:22:27 +03:00
crc_x86_clmul.h liblzma: Remove ifunc support. 2024-04-09 18:22:27 +03:00
sha256.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00