Searched refs:nBytesInM (Results 1 – 6 of 6) sorted by relevance
64 static unsigned int nBytesInM; // # bytes in M variable98 nBytesInM = 0; in s_vClear()114 M |= b << (8*nBytesInM); in s_vAppendByte()115 nBytesInM++; in s_vAppendByte()117 if( nBytesInM >= 4 ) in s_vAppendByte()130 nBytesInM = 0; in s_vAppendByte()171 while( nBytesInM != 0 ) in MIC_vGetMIC()
67 static unsigned int nBytesInM; /* # bytes in M */ variable98 nBytesInM = 0; in s_vClear()114 M |= b << (8*nBytesInM); in s_vAppendByte()115 nBytesInM++; in s_vAppendByte()117 if (nBytesInM >= 4) { in s_vAppendByte()129 nBytesInM = 0; in s_vAppendByte()169 while (nBytesInM != 0) in MIC_vGetMIC()
225 pTkip->nBytesInM = 0; in RTMPTkipSetMICKey()251 pTkip->M |= (uChar << (8 * pTkip->nBytesInM)); in RTMPTkipAppendByte()252 pTkip->nBytesInM++; in RTMPTkipAppendByte()254 if (pTkip->nBytesInM >= 4) { in RTMPTkipAppendByte()268 pTkip->nBytesInM = 0; in RTMPTkipAppendByte()328 while (pTkip->nBytesInM != 0) { in RTMPTkipGetMIC()
272 pmicdata->nBytesInM = 0; in secmicclear()288 pmicdata->M |= ((u32)b) << (8 * pmicdata->nBytesInM); in secmicappendbyte()289 pmicdata->nBytesInM++; in secmicappendbyte()291 if (pmicdata->nBytesInM >= 4) { in secmicappendbyte()304 pmicdata->nBytesInM = 0; in secmicappendbyte()326 while (pmicdata->nBytesInM != 0) in r8712_secgetmic()
173 u32 nBytesInM; /* # bytes in M */ member
742 u32 nBytesInM; /* # bytes in M for MICKEY */ member