Searched refs:t10_dif_crc_table (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Dcrct10dif_common.c35 static const __u16 t10_dif_crc_table[256] = { variable
75 crc = (crc << 8) ^ t10_dif_crc_table[((crc >> 8) ^ buffer[i]) & 0xff];

Completed in 93 milliseconds