Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dcrc64-rocksoft.c57 u64 crc64_rocksoft_update(u64 crc, const unsigned char *buffer, size_t len) in crc64_rocksoft_update() function
78 EXPORT_SYMBOL_GPL(crc64_rocksoft_update);
82 return crc64_rocksoft_update(0, buffer, len); in crc64_rocksoft()
/linux-6.12.1/include/linux/
Dcrc64.h16 u64 crc64_rocksoft_update(u64 crc, const unsigned char *buffer, size_t len);
/linux-6.12.1/block/
Dt10-pi.c213 return cpu_to_be64(crc64_rocksoft_update(crc, data, len)); in ext_pi_crc64()