Searched refs:crc64_rocksoft (Results 1 – 3 of 3) sorted by relevance
80 u64 crc64_rocksoft(const unsigned char *buffer, size_t len) in crc64_rocksoft() function84 EXPORT_SYMBOL_GPL(crc64_rocksoft);
15 u64 crc64_rocksoft(const unsigned char *buffer, size_t len);
285 return cpu_to_be64(crc64_rocksoft(data, len)); in ext_pi_crc64()