OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crc32_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net80211/
ieee80211_crypto_wep.c
247
static const uint32_t
crc32_table
[256] = {
variable
348
crc =
crc32_table
[(crc ^ *pos) & 0xff] ^ (crc >> 8);
434
crc =
crc32_table
[(crc ^ *pos) & 0xff] ^ (crc >> 8);
ieee80211_crypto_tkip.c
373
static const __u32
crc32_table
[256] = {
variable
608
crc =
crc32_table
[(crc ^ *pos) & 0xff] ^ (crc >> 8);
669
crc =
crc32_table
[(crc ^ *pos) & 0xff] ^ (crc >> 8);
Completed in 16 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026