Lines Matching full:crc32
2 * crc32.c --- CRC32 function
14 * Nicer crc32 functions/docs submitted by linux@horizon.com. Thanks!
20 * Same crc32 function was used in 5 other places in the kernel.
22 * There are various incantations of crc32(). Some use a seed of 0 or ~0.
23 * Some xor at the end with ~0. The generic crc32() function takes
57 * crc32_le() - Calculate bitwise little-endian Ethernet AUTODIN II CRC32
59 * other uses, or the previous crc32 value if computing incrementally.
155 * crc32_be() - Calculate bitwise big-endian Ethernet AUTODIN II CRC32
157 * other uses, or the previous crc32 value if computing incrementally.