Home
last modified time | relevance | path

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

1234567

/linux-6.12.1/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()
52 CRC32(crc, value, h); in crc32_loongarch_hw()
59 CRC32(crc, value, b); in crc32_loongarch_hw()
/linux-6.12.1/drivers/net/ethernet/renesas/
DKconfig22 select CRC32
33 select CRC32
46 select CRC32
56 select CRC32
66 select CRC32
/linux-6.12.1/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-6.12.1/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-6.12.1/drivers/net/ethernet/atheros/
DKconfig32 select CRC32
43 select CRC32
55 select CRC32
66 select CRC32
77 select CRC32
/linux-6.12.1/drivers/net/ethernet/sun/
DKconfig23 select CRC32
36 select CRC32
47 select CRC32
59 select CRC32
68 select CRC32
103 select CRC32
/linux-6.12.1/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-6.12.1/drivers/net/ethernet/smsc/
DKconfig25 select CRC32
39 select CRC32
58 select CRC32
70 select CRC32
81 select CRC32
102 select CRC32
/linux-6.12.1/arch/mips/crypto/
Dcrc32-mips.c70 #define CRC32(crc, value, size) \ macro
84 CRC32(crc, value, d); in crc32_mips_le_hw()
90 CRC32(crc, value, w); in crc32_mips_le_hw()
97 CRC32(crc, value, w); in crc32_mips_le_hw()
105 CRC32(crc, value, h); in crc32_mips_le_hw()
112 CRC32(crc, value, b); in crc32_mips_le_hw()
DKconfig6 tristate "CRC32c and CRC32"
10 CRC32c and CRC32 CRC algorithms
/linux-6.12.1/drivers/net/ethernet/micrel/
DKconfig33 select CRC32
45 select CRC32
57 select CRC32
/linux-6.12.1/lib/xz/
DKconfig4 select CRC32
8 CRC32 is supported. See Documentation/staging/xz.rst for more
73 a character special file. It calculates CRC32 of the decompressed
/linux-6.12.1/drivers/crypto/stm32/
DKconfig6 select CRC32
8 This enables support for the CRC32 hw accelerator which can be found
/linux-6.12.1/drivers/net/ethernet/realtek/
DKconfig23 select CRC32
37 select CRC32
49 select CRC32
102 select CRC32
126 select CRC32
/linux-6.12.1/drivers/nvmem/layouts/
DKconfig22 select CRC32
31 select CRC32
/linux-6.12.1/drivers/net/ethernet/apple/
DKconfig23 select CRC32
46 select CRC32
57 select CRC32
/linux-6.12.1/drivers/net/ethernet/dec/tulip/
DKconfig17 select CRC32
45 select CRC32
110 select CRC32
121 select CRC32
134 select CRC32
/linux-6.12.1/Documentation/staging/
Dxz.rst13 for executable code. CRC32 is supported for integrity checking.
53 Since the XZ Embedded supports only streams with CRC32 or no integrity
61 Using CRC32 is strongly recommended unless there is some other layer
64 Note that the headers will always have a CRC32 which will be validated
/linux-6.12.1/drivers/char/xillybus/
DKconfig12 select CRC32
45 select CRC32
/linux-6.12.1/lib/
DKconfig171 config CRC32 config
172 tristate "CRC32/CRC32c functions"
177 modules require CRC32/CRC32c functions, but a module built outside
178 the kernel tree does. Such modules that use library CRC32/CRC32c
182 tristate "CRC32 perform self test on init"
183 depends on CRC32
185 This option enables the CRC32 library functions to perform a
191 prompt "CRC32 implementation"
192 depends on CRC32
196 of CRC32 algorithm. Choose the default ("slice by 8") unless you
[all …]
/linux-6.12.1/drivers/net/ethernet/freescale/
DKconfig29 select CRC32
41 select CRC32
100 select CRC32
/linux-6.12.1/arch/s390/crypto/
DKconfig6 tristate "CRC32c and CRC32"
9 select CRC32
11 CRC32c and CRC32 CRC algorithms
/linux-6.12.1/drivers/net/ethernet/davicom/
DKconfig22 select CRC32
42 select CRC32
/linux-6.12.1/drivers/net/ethernet/sis/
DKconfig23 select CRC32
39 select CRC32

1234567