Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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]; in crc_t10dif_generic()
/kernel/linux/linux-6.6/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]; in crc_t10dif_generic()

Completed in 1 milliseconds