Lines Matching refs:CRC
3 # Kconfig for the kernel's cyclic redundancy check (CRC) library code
32 The CRC-CCITT library functions. Select this if your module uses any
38 The CRC-ITU-T library functions. Select this if your module uses
44 The CRC-T10DIF library functions. Select this if your module uses
90 bool "Enable optimized CRC implementations" if EXPERT
95 architecture-optimized implementations of any CRC variants that are
96 enabled. CRC checksumming performance may get much slower.
102 tristate "KUnit tests for CRC functions" if !KUNIT_ALL_TESTS
106 Unit tests for the CRC library functions.
112 tristate "Enable all CRC functions for KUnit test"
120 Enable all CRC functions that have test code in CRC_KUNIT_TEST.
122 Enable this only if you'd like the CRC KUnit test suite to test all
123 the CRC variants, even ones that wouldn't otherwise need to be built.
126 bool "Benchmark for the CRC functions"
129 Include benchmarks in the KUnit test suite for the CRC functions.