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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dmichael.c64 static unsigned int nBytesInM; // # bytes in M variable
98 nBytesInM = 0;
114 M |= b << (8*nBytesInM);
115 nBytesInM++;
117 if( nBytesInM >= 4 )
130 nBytesInM = 0;
171 while( nBytesInM != 0 )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dmichael.c67 static unsigned int nBytesInM; /* # bytes in M */ variable
98 nBytesInM = 0;
114 M |= b << (8*nBytesInM);
115 nBytesInM++;
117 if (nBytesInM >= 4) {
129 nBytesInM = 0;
169 while (nBytesInM != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_tkip.c225 pTkip->nBytesInM = 0;
251 pTkip->M |= (uChar << (8 * pTkip->nBytesInM));
252 pTkip->nBytesInM++;
254 if (pTkip->nBytesInM >= 4) {
268 pTkip->nBytesInM = 0;
328 while (pTkip->nBytesInM != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h749 u32 nBytesInM; /* # bytes in M for MICKEY */ member in struct:rt_tkip_key_info

Completed in 47 milliseconds