Home
last modified time | relevance | path

Searched refs:CRC32 (Results 1 – 25 of 159) sorted by relevance

1234567

/Linux-v6.6/arch/loongarch/crypto/
DKconfig6 tristate "CRC32c and CRC32"
7 select CRC32
10 CRC32c and CRC32 CRC algorithms
12 Architecture: LoongArch with CRC32 instructions
Dcrc32-loongarch.c27 #define CRC32(crc, value, size) _CRC32(crc, value, size, crc) macro
37 CRC32(crc, value, d); in crc32_loongarch_hw()
45 CRC32(crc, value, w); in crc32_loongarch_hw()
53 CRC32(crc, value, h); in crc32_loongarch_hw()
60 CRC32(crc, value, b); in crc32_loongarch_hw()
/Linux-v6.6/drivers/net/ethernet/8390/
DKconfig35 select CRC32
65 select CRC32
75 select CRC32
83 select CRC32
91 select CRC32
106 select CRC32
121 select CRC32
139 select CRC32
150 select CRC32
161 select CRC32
[all …]
/Linux-v6.6/Documentation/translations/zh_CN/staging/
Dxz.rst22 CRC32完整性校验。你可以在XZ Embedded的主页<https://tukaani.org/xz/embedded.html>
55 因为XZ Embedded只支持没有完整性校验的数据流或者CRC32,请确保你在编码未来将被
59 除非有其他环节会验证解压数据的完整性,否则强烈使用CRC32。双重验证可能会浪费
60 CPU周期。请注意头部总是会包含用于解压器验证的CRC32,你只能修改或禁用解压后数据
/Linux-v6.6/drivers/net/ethernet/atheros/
DKconfig32 select CRC32
43 select CRC32
55 select CRC32
66 select CRC32
77 select CRC32
/Linux-v6.6/drivers/net/ethernet/sun/
DKconfig23 select CRC32
36 select CRC32
47 select CRC32
59 select CRC32
68 select CRC32
103 select CRC32
/Linux-v6.6/drivers/net/ethernet/amd/
DKconfig26 select CRC32
37 select CRC32
60 select CRC32
90 select CRC32
99 select CRC32
108 select CRC32
116 select CRC32
149 select CRC32
165 select CRC32
/Linux-v6.6/drivers/net/ethernet/smsc/
DKconfig25 select CRC32
39 select CRC32
58 select CRC32
70 select CRC32
81 select CRC32
102 select CRC32
/Linux-v6.6/drivers/net/ethernet/renesas/
DKconfig22 select CRC32
36 select CRC32
49 select CRC32
/Linux-v6.6/drivers/net/ethernet/micrel/
DKconfig33 select CRC32
45 select CRC32
57 select CRC32
/Linux-v6.6/arch/mips/crypto/
Dcrc32-mips.c70 #define CRC32(crc, value, size) \ macro
84 CRC32(crc, value, d);
95 CRC32(crc, value, w);
103 CRC32(crc, value, h);
110 CRC32(crc, value, b);
DKconfig6 tristate "CRC32c and CRC32"
10 CRC32c and CRC32 CRC algorithms
/Linux-v6.6/lib/xz/
DKconfig4 select CRC32
8 CRC32 is supported. See Documentation/staging/xz.rst for more information.
67 a character special file. It calculates CRC32 of the decompressed
/Linux-v6.6/drivers/crypto/stm32/
DKconfig6 select CRC32
8 This enables support for the CRC32 hw accelerator which can be found
/Linux-v6.6/drivers/net/ethernet/apple/
DKconfig23 select CRC32
46 select CRC32
57 select CRC32
/Linux-v6.6/drivers/net/ethernet/realtek/
DKconfig23 select CRC32
37 select CRC32
49 select CRC32
102 select CRC32
/Linux-v6.6/drivers/net/ethernet/dec/tulip/
DKconfig17 select CRC32
45 select CRC32
110 select CRC32
121 select CRC32
134 select CRC32
/Linux-v6.6/drivers/char/xillybus/
DKconfig12 select CRC32
45 select CRC32
/Linux-v6.6/arch/s390/crypto/
DKconfig6 tristate "CRC32c and CRC32"
9 select CRC32
11 CRC32c and CRC32 CRC algorithms
/Linux-v6.6/lib/
DKconfig174 config CRC32 config
175 tristate "CRC32/CRC32c functions"
180 modules require CRC32/CRC32c functions, but a module built outside
181 the kernel tree does. Such modules that use library CRC32/CRC32c
185 tristate "CRC32 perform self test on init"
186 depends on CRC32
188 This option enables the CRC32 library functions to perform a
194 prompt "CRC32 implementation"
195 depends on CRC32
199 of CRC32 algorithm. Choose the default ("slice by 8") unless you
[all …]
/Linux-v6.6/drivers/net/ethernet/davicom/
DKconfig22 select CRC32
42 select CRC32
/Linux-v6.6/drivers/net/ethernet/freescale/
DKconfig29 select CRC32
41 select CRC32
100 select CRC32
/Linux-v6.6/drivers/net/ethernet/microchip/
DKconfig22 select CRC32
52 select CRC32
/Linux-v6.6/drivers/net/ethernet/sis/
DKconfig23 select CRC32
39 select CRC32
/Linux-v6.6/drivers/net/ethernet/dlink/
DKconfig23 select CRC32
38 select CRC32

1234567