Searched refs:CRC32 (Results 1 – 25 of 52) sorted by relevance
123
/linux-2.6.39/lib/xz/ |
D | Kconfig | 3 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/ |
D | Kconfig | 16 select CRC32 45 select CRC32 111 select CRC32 127 select CRC32 138 select CRC32 151 select CRC32
|
/linux-2.6.39/drivers/net/ |
D | Kconfig | 129 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/ |
D | sbni.c | 700 *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 …]
|
D | sbni.h | 135 #define CRC32(c,crc) (crc32tab[((size_t)(crc) ^ (c)) & 0xff] ^ (((crc) >> 8) & 0x00FFFFFF)) macro
|
/linux-2.6.39/lib/ |
D | Kconfig | 63 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/ |
D | Kconfig | 8 select CRC32 30 select CRC32
|
/linux-2.6.39/Documentation/ |
D | xz.txt | 14 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/ |
D | Kconfig | 44 select CRC32 54 select CRC32 73 select CRC32
|
/linux-2.6.39/fs/logfs/ |
D | Kconfig | 6 select CRC32
|
/linux-2.6.39/net/bluetooth/bnep/ |
D | Kconfig | 4 select CRC32
|
/linux-2.6.39/drivers/net/sfc/ |
D | Kconfig | 5 select CRC32
|
/linux-2.6.39/drivers/media/dvb/ttusb-dec/ |
D | Kconfig | 4 select CRC32
|
/linux-2.6.39/drivers/net/wireless/ath/carl9170/ |
D | Kconfig | 5 select CRC32
|
/linux-2.6.39/fs/nilfs2/ |
D | Kconfig | 4 select CRC32
|
/linux-2.6.39/drivers/net/ibm_newemac/ |
D | Kconfig | 4 select CRC32
|
/linux-2.6.39/drivers/net/stmmac/ |
D | Kconfig | 5 select CRC32
|
/linux-2.6.39/fs/gfs2/ |
D | Kconfig | 9 select CRC32
|
/linux-2.6.39/drivers/net/usb/ |
D | Kconfig | 13 select CRC32 133 select CRC32 221 select CRC32 229 select CRC32 237 select CRC32 366 select CRC32
|
/linux-2.6.39/fs/jbd2/ |
D | Kconfig | 3 select CRC32
|
/linux-2.6.39/fs/jfs/ |
D | Kconfig | 4 select CRC32
|
/linux-2.6.39/fs/ubifs/ |
D | Kconfig | 4 select CRC32
|
/linux-2.6.39/drivers/media/video/saa7134/ |
D | Kconfig | 7 select CRC32
|
/linux-2.6.39/drivers/net/wireless/ |
D | Kconfig | 80 select CRC32 104 select CRC32 225 select CRC32
|
/linux-2.6.39/drivers/usb/atm/ |
D | Kconfig | 8 select CRC32
|
123