Home
last modified time | relevance | path

Searched refs:crc32_generic_shift (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/lib/
A Dcrc32.c242 static u32 __attribute_const__ crc32_generic_shift(u32 crc, size_t len, function
274 return crc32_generic_shift(crc, len, CRC32_POLY_LE);
279 return crc32_generic_shift(crc, len, CRC32C_POLY_LE);

Completed in 3 milliseconds