Searched refs:crc64_rocksoft_update (Results 1 – 2 of 2) 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);