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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dcrc32.c51 crc32_body(u32 crc, unsigned char const *buf, size_t len, const u32 (*tab)[256]) function
129 crc = crc32_body(crc, p, len, tab);
186 crc = crc32_body(crc, p, len, tab);

Completed in 90 milliseconds