Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
Dcrc64-rocksoft.c80 u64 crc64_rocksoft(const unsigned char *buffer, size_t len) in crc64_rocksoft() function
84 EXPORT_SYMBOL_GPL(crc64_rocksoft);
/Linux-v6.6/include/linux/
Dcrc64.h15 u64 crc64_rocksoft(const unsigned char *buffer, size_t len);
/Linux-v6.6/block/
Dt10-pi.c285 return cpu_to_be64(crc64_rocksoft(data, len)); in ext_pi_crc64()