Lines Matching full:functions
8 The CRC4 library functions. Select this if your module uses any of
9 the functions from <linux/crc4.h>.
14 The CRC7 library functions. Select this if your module uses any of
15 the functions from <linux/crc7.h>.
20 The CRC8 library functions. Select this if your module uses any of
21 the functions from <linux/crc8.h>.
26 The CRC16 library functions. Select this if your module uses any of
27 the functions from <linux/crc16.h>.
32 The CRC-CCITT library functions. Select this if your module uses any
33 of the functions from <linux/crc-ccitt.h>.
38 The CRC-ITU-T library functions. Select this if your module uses
39 any of the functions from <linux/crc-itu-t.h>.
44 The CRC-T10DIF library functions. Select this if your module uses
45 any of the functions from <linux/crc-t10dif.h>.
60 The CRC32 library functions. Select this if your module uses any of
61 the functions from <linux/crc32.h> or <linux/crc32c.h>.
79 The CRC64 library functions. Select this if your module uses any of
80 the functions from <linux/crc64.h>.
101 tristate "KUnit tests for CRC functions" if !KUNIT_ALL_TESTS
110 Unit tests for the CRC library functions.
116 bool "Benchmark for the CRC functions"
119 Include benchmarks in the KUnit test suite for the CRC functions.