Searched refs:nBytes (Results 1 – 3 of 3) sorted by relevance
63 void MichaelAppend(struct michel_mic_t *Mic, uint8_t *src, int nBytes) in MichaelAppend() argument68 if (addlen > nBytes) in MichaelAppend()69 addlen = nBytes; in MichaelAppend()73 nBytes -= addlen; in MichaelAppend()83 while (nBytes >= 4) { in MichaelAppend()87 nBytes -= 4; in MichaelAppend()90 if (nBytes > 0) { in MichaelAppend()91 Mic->nBytesInM = nBytes; in MichaelAppend()92 memcpy(Mic->M, src, nBytes); in MichaelAppend()
219 void r8712_secmicappend(struct mic_data *pmicdata, u8 *src, u32 nBytes);
331 void rtw_secmicappend(struct mic_data *pmicdata, u8 *src, u32 nBytes);