Home
last modified time | relevance | path

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

1234567

/linux-6.15/arch/loongarch/lib/
H A Dcrc32-loongarch.c26 #define CRC32(crc, value, size) _CRC32(crc, value, size, crc) macro
39 CRC32(crc, value, d); in crc32_le_arch()
47 CRC32(crc, value, w); in crc32_le_arch()
54 CRC32(crc, value, h); in crc32_le_arch()
61 CRC32(crc, value, b); in crc32_le_arch()
/linux-6.15/drivers/net/ethernet/renesas/
H A DKconfig22 select CRC32
33 select CRC32
46 select CRC32
56 select CRC32
66 select CRC32
/linux-6.15/arch/mips/lib/
H A Dcrc32-mips.c59 #define CRC32(crc, value, size) \ macro
76 CRC32(crc, value, d); in crc32_le_arch()
82 CRC32(crc, value, w); in crc32_le_arch()
89 CRC32(crc, value, w); in crc32_le_arch()
97 CRC32(crc, value, h); in crc32_le_arch()
104 CRC32(crc, value, b); in crc32_le_arch()
/linux-6.15/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 …]
/linux-6.15/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,你只能修改或禁用解压后数据
/linux-6.15/drivers/net/ethernet/atheros/
H A DKconfig32 select CRC32
43 select CRC32
55 select CRC32
66 select CRC32
77 select CRC32
/linux-6.15/drivers/net/ethernet/sun/
H A DKconfig23 select CRC32
36 select CRC32
47 select CRC32
59 select CRC32
68 select CRC32
103 select CRC32
/linux-6.15/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
/linux-6.15/drivers/net/ethernet/smsc/
H A DKconfig25 select CRC32
39 select CRC32
58 select CRC32
70 select CRC32
81 select CRC32
102 select CRC32
/linux-6.15/drivers/net/ethernet/micrel/
H A DKconfig33 select CRC32
45 select CRC32
57 select CRC32
/linux-6.15/lib/xz/
H A 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.15/drivers/crypto/stm32/
H A DKconfig6 select CRC32
8 This enables support for the CRC32 hw accelerator which can be found
/linux-6.15/drivers/nvmem/layouts/
H A DKconfig22 select CRC32
31 select CRC32
/linux-6.15/drivers/net/ethernet/realtek/
H A DKconfig23 select CRC32
37 select CRC32
49 select CRC32
102 select CRC32
127 select CRC32
/linux-6.15/drivers/net/ethernet/apple/
H A DKconfig23 select CRC32
46 select CRC32
57 select CRC32
/linux-6.15/drivers/net/ethernet/dec/tulip/
H A DKconfig17 select CRC32
45 select CRC32
110 select CRC32
121 select CRC32
134 select CRC32
/linux-6.15/drivers/char/xillybus/
H A DKconfig12 select CRC32
45 select CRC32
/linux-6.15/Documentation/staging/
H A 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.15/drivers/net/ethernet/davicom/
H A DKconfig22 select CRC32
42 select CRC32
/linux-6.15/drivers/net/ethernet/freescale/
H A DKconfig29 select CRC32
41 select CRC32
99 select CRC32
/linux-6.15/drivers/net/ethernet/sis/
H A DKconfig23 select CRC32
39 select CRC32
/linux-6.15/drivers/net/ethernet/via/
H A DKconfig25 select CRC32
50 select CRC32
/linux-6.15/drivers/net/ethernet/microchip/
H A DKconfig22 select CRC32
51 select CRC32
/linux-6.15/drivers/md/persistent-data/
H A DKconfig5 select CRC32
/linux-6.15/drivers/net/ethernet/calxeda/
H A DKconfig6 select CRC32

1234567