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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dcrc32.c45 static const uint32 crc32_tab[] = { variable
100 crc = crc32_tab[(crc ^ *p++) & 0xFF] ^ (crc >> 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcwep.c28 u32_t crc32_tab[] = variable
147 icv = (icv>>8) ^ crc32_tab[(icv^In)&0xff];
174 icv = (icv>>8) ^ crc32_tab[(icv^In)&0xff];
283 *icv = (*icv>>8) ^ crc32_tab[(*icv^In)&0xff];

Completed in 37 milliseconds