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

/drivers/staging/rtl8712/
H A Drtl871x_security.c116 static u32 crc32_table[256]; variable
142 p1 = (u8 *)&crc32_table[i];
161 crc = crc32_table[(crc ^ *p) & 0xff] ^ (crc >> 8);
/drivers/net/wireless/bcmdhd/
H A Dbcmutils.c1371 static const uint32 crc32_table[256] = { variable

Completed in 56 milliseconds