Home
last modified time | relevance | path

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

123

/linux-2.6.39/lib/xz/
DKconfig3 select CRC32
7 CRC32 is supported. See Documentation/xz.txt for more information.
55 a character special file. It calculates CRC32 of the decompressed
/linux-2.6.39/drivers/net/tulip/
DKconfig16 select CRC32
45 select CRC32
111 select CRC32
127 select CRC32
138 select CRC32
151 select CRC32
/linux-2.6.39/drivers/net/
DKconfig129 select CRC32
257 select CRC32
280 select CRC32
301 select CRC32
312 select CRC32
322 select CRC32
335 select CRC32
346 select CRC32
381 select CRC32
391 select CRC32
[all …]
/linux-2.6.39/drivers/net/wan/
Dsbni.c700 *crc_p = CRC32( 0, *crc_p ); in download_data()
926 crc = CRC32( value, crc ); in send_frame_header()
929 crc = CRC32( value, crc ); in send_frame_header()
932 crc = CRC32( nl->tx_frameno, crc ); in send_frame_header()
934 crc = CRC32( 0, crc ); in send_frame_header()
948 crc = CRC32( inb( ioaddr + DAT ), crc ); in skip_tail()
971 crc = CRC32( value, crc ); in check_fhdr()
974 crc = CRC32( value, crc ); in check_fhdr()
985 crc = CRC32( value, crc ); in check_fhdr()
987 crc = CRC32( inb( ioaddr + DAT ), crc ); /* reserved byte */ in check_fhdr()
[all …]
Dsbni.h135 #define CRC32(c,crc) (crc32tab[((size_t)(crc) ^ (c)) & 0xff] ^ (((crc) >> 8) & 0x00FFFFFF)) macro
/linux-2.6.39/lib/
DKconfig63 config CRC32 config
64 tristate "CRC32 functions"
69 modules require CRC32 functions, but a module built outside the
70 kernel tree does. Such modules that use library CRC32 functions
/linux-2.6.39/drivers/net/arm/
DKconfig8 select CRC32
30 select CRC32
/linux-2.6.39/Documentation/
Dxz.txt14 the LZMA2 filter and optionally also BCJ filters. CRC32 is supported
57 CRC32, make sure that you don't use some other integrity check type
63 Using CRC32 is strongly recommended unless there is some other layer
66 Note that the headers will always have a CRC32 which will be validated
/linux-2.6.39/drivers/net/pcmcia/
DKconfig44 select CRC32
54 select CRC32
73 select CRC32
/linux-2.6.39/fs/logfs/
DKconfig6 select CRC32
/linux-2.6.39/net/bluetooth/bnep/
DKconfig4 select CRC32
/linux-2.6.39/drivers/net/sfc/
DKconfig5 select CRC32
/linux-2.6.39/drivers/media/dvb/ttusb-dec/
DKconfig4 select CRC32
/linux-2.6.39/drivers/net/wireless/ath/carl9170/
DKconfig5 select CRC32
/linux-2.6.39/fs/nilfs2/
DKconfig4 select CRC32
/linux-2.6.39/drivers/net/ibm_newemac/
DKconfig4 select CRC32
/linux-2.6.39/drivers/net/stmmac/
DKconfig5 select CRC32
/linux-2.6.39/fs/gfs2/
DKconfig9 select CRC32
/linux-2.6.39/drivers/net/usb/
DKconfig13 select CRC32
133 select CRC32
221 select CRC32
229 select CRC32
237 select CRC32
366 select CRC32
/linux-2.6.39/fs/jbd2/
DKconfig3 select CRC32
/linux-2.6.39/fs/jfs/
DKconfig4 select CRC32
/linux-2.6.39/fs/ubifs/
DKconfig4 select CRC32
/linux-2.6.39/drivers/media/video/saa7134/
DKconfig7 select CRC32
/linux-2.6.39/drivers/net/wireless/
DKconfig80 select CRC32
104 select CRC32
225 select CRC32
/linux-2.6.39/drivers/usb/atm/
DKconfig8 select CRC32

123