Searched refs:crc64_rocksoft_update (Results 1 – 3 of 3) sorted by relevance
57 u64 crc64_rocksoft_update(u64 crc, const unsigned char *buffer, size_t len) in crc64_rocksoft_update() function78 EXPORT_SYMBOL_GPL(crc64_rocksoft_update);82 return crc64_rocksoft_update(0, buffer, len); in crc64_rocksoft()
16 u64 crc64_rocksoft_update(u64 crc, const unsigned char *buffer, size_t len);
213 return cpu_to_be64(crc64_rocksoft_update(crc, data, len)); in ext_pi_crc64()