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

/linux-master/lib/
H A Dcrc32.c58 crc32_body(u32 crc, unsigned char const *buf, size_t len, const u32 (*tab)[256]) function
179 crc = crc32_body(crc, p, len, tab);
327 crc = crc32_body(crc, p, len, tab);

Completed in 108 milliseconds