Home
last modified time | relevance | path

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

/Linux-v6.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-v6.1/include/linux/
Dcrc64.h16 u64 crc64_rocksoft_update(u64 crc, const unsigned char *buffer, size_t len);