Searched refs:crc_t10dif_generic (Results 1 – 2 of 2) sorted by relevance
70 __u16 crc_t10dif_generic(__u16 crc, const unsigned char *buffer, size_t len) in crc_t10dif_generic() function79 EXPORT_SYMBOL(crc_t10dif_generic);
56 ctx->crc = crc_t10dif_generic(ctx->crc, data, length); in chksum_update()70 *(__u16 *)out = crc_t10dif_generic(crc, data, len); in __chksum_finup()