t10_dif_crc_table   35 crypto/crct10dif_common.c static const __u16 t10_dif_crc_table[256] = {
t10_dif_crc_table   75 crypto/crct10dif_common.c 		crc = (crc << 8) ^ t10_dif_crc_table[((crc >> 8) ^ buffer[i]) & 0xff];