Searched refs:nBytesInM (Results 1 – 6 of 6) sorted by relevance
36 A->nBytesInM = 0; \66 if (Mic->nBytesInM) { in MichaelAppend()67 addlen = 4 - Mic->nBytesInM; in MichaelAppend()70 memcpy(&Mic->M[Mic->nBytesInM], src, addlen); in MichaelAppend()71 Mic->nBytesInM += addlen; in MichaelAppend()75 if (Mic->nBytesInM < 4) in MichaelAppend()80 Mic->nBytesInM = 0; in MichaelAppend()91 Mic->nBytesInM = nBytes; in MichaelAppend()100 switch (Mic->nBytesInM) { in MichaelGetMIC()
19 int nBytesInM; // # bytes in M member
284 pmicdata->nBytesInM = 0; in secmicclear()300 pmicdata->M |= ((u32)b) << (8 * pmicdata->nBytesInM); in secmicappendbyte()301 pmicdata->nBytesInM++; in secmicappendbyte()303 if (pmicdata->nBytesInM >= 4) { in secmicappendbyte()316 pmicdata->nBytesInM = 0; in secmicappendbyte()338 while (pmicdata->nBytesInM != 0) in r8712_secgetmic()
207 u32 nBytesInM; /* # bytes in M */ member
265 pmicdata->nBytesInM = 0; in secmicclear()281 pmicdata->M |= ((unsigned long)b) << (8*pmicdata->nBytesInM); in rtw_secmicappendbyte()282 pmicdata->nBytesInM++; in rtw_secmicappendbyte()284 if (pmicdata->nBytesInM >= 4) { in rtw_secmicappendbyte()296 pmicdata->nBytesInM = 0; in rtw_secmicappendbyte()318 while (pmicdata->nBytesInM != 0) in rtw_secgetmic()
233 u32 nBytesInM; /* # bytes in M */ member