Searched refs:crc32c_table (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dcrc32c.c64 static const u32 crc32c_table[256] = { variable
139 crc = crc32c_table[(crc ^ *data++) & 0xFFL] ^ (crc >> 8);

Completed in 53 milliseconds