Home
last modified time | relevance | path

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

1234567

/openbmc/linux/arch/loongarch/crypto/
H A DKconfig6 tristate "CRC32c and CRC32"
7 select CRC32
10 CRC32c and CRC32 CRC algorithms
12 Architecture: LoongArch with CRC32 instructions
H A 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()
/openbmc/linux/Documentation/translations/zh_CN/staging/
H A Dxz.rst22 CRC32完整性校验。你可以在XZ Embedded的主页<https://tukaani.org/xz/embedded.html>
55 因为XZ Embedded只支持没有完整性校验的数据流或者CRC32,请确保你在编码未来将被
59 除非有其他环节会验证解压数据的完整性,否则强烈使用CRC32。双重验证可能会浪费
60 CPU周期。请注意头部总是会包含用于解压器验证的CRC32,你只能修改或禁用解压后数据
/openbmc/linux/drivers/net/ethernet/8390/
H A 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 …]
/openbmc/linux/drivers/net/ethernet/atheros/
H A DKconfig32 select CRC32
43 select CRC32
55 select CRC32
66 select CRC32
77 select CRC32
/openbmc/linux/drivers/net/ethernet/sun/
H A DKconfig23 select CRC32
36 select CRC32
47 select CRC32
59 select CRC32
68 select CRC32
103 select CRC32
/openbmc/linux/drivers/net/ethernet/amd/
H A 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
/openbmc/linux/drivers/net/ethernet/smsc/
H A DKconfig25 select CRC32
39 select CRC32
58 select CRC32
70 select CRC32
81 select CRC32
102 select CRC32
/openbmc/linux/drivers/net/ethernet/renesas/
H A DKconfig22 select CRC32
36 select CRC32
49 select CRC32
/openbmc/linux/drivers/net/ethernet/micrel/
H A DKconfig33 select CRC32
45 select CRC32
57 select CRC32
/openbmc/linux/arch/mips/crypto/
H A 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);
H A DKconfig6 tristate "CRC32c and CRC32"
10 CRC32c and CRC32 CRC algorithms
/openbmc/linux/lib/xz/
H A 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
/openbmc/linux/drivers/crypto/stm32/
H A DKconfig6 select CRC32
8 This enables support for the CRC32 hw accelerator which can be found
/openbmc/u-boot/doc/
H A DREADME.gpt95 16 4 B CRC32 of header (0 to header size), with this field zeroed
107 88 4 B CRC32 of partition array
115 GPT headers and partition entries are protected by CRC32 (the POSIX CRC32).
118 and "Backup LBA" and therefore different CRC32 check-sum.
120 CRC32 for GPT headers (field "CRC of header") are calculated up till
123 CRC32 for partition entries (field "CRC32 of partition array") is calculated for
197 When it is not provided, only basic checks based on CRC32 calculation for GPT
/openbmc/linux/drivers/net/ethernet/apple/
H A DKconfig23 select CRC32
46 select CRC32
57 select CRC32
/openbmc/linux/drivers/net/ethernet/realtek/
H A DKconfig23 select CRC32
37 select CRC32
49 select CRC32
102 select CRC32
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A DKconfig17 select CRC32
45 select CRC32
110 select CRC32
121 select CRC32
134 select CRC32
/openbmc/linux/drivers/char/xillybus/
H A DKconfig12 select CRC32
45 select CRC32
/openbmc/linux/arch/s390/crypto/
H A DKconfig6 tristate "CRC32c and CRC32"
9 select CRC32
11 CRC32c and CRC32 CRC algorithms
/openbmc/linux/drivers/net/ethernet/davicom/
H A DKconfig22 select CRC32
42 select CRC32
/openbmc/linux/lib/
H A DKconfig174 config CRC32 config
175 tristate "CRC32/CRC32c functions"
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
309 select CRC32
[all …]
/openbmc/linux/drivers/net/ethernet/freescale/
H A DKconfig29 select CRC32
41 select CRC32
100 select CRC32
/openbmc/linux/drivers/net/ethernet/sis/
H A DKconfig23 select CRC32
39 select CRC32
/openbmc/linux/drivers/net/ethernet/dlink/
H A DKconfig23 select CRC32
38 select CRC32

1234567