Searched refs:nBytes (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/staging/vt6655/ |
D | michael.c | 152 void MIC_vAppend (unsigned char *src, unsigned int nBytes) in MIC_vAppend() argument 155 while (nBytes > 0) in MIC_vAppend() 158 nBytes--; in MIC_vAppend()
|
D | michael.h | 43 void MIC_vAppend(unsigned char *src, unsigned int nBytes);
|
/linux-2.6.39/drivers/staging/vt6656/ |
D | michael.c | 151 void MIC_vAppend(PBYTE src, unsigned int nBytes) in MIC_vAppend() argument 154 while (nBytes > 0) { in MIC_vAppend() 156 nBytes--; in MIC_vAppend()
|
D | michael.h | 43 void MIC_vAppend(PBYTE src, unsigned int nBytes);
|
/linux-2.6.39/drivers/staging/rt2860/common/ |
D | cmm_tkip.c | 292 void RTMPTkipAppend(struct rt_tkip_key_info *pTkip, u8 *pSrc, u32 nBytes) in RTMPTkipAppend() argument 295 while (nBytes > 0) { in RTMPTkipAppend() 297 nBytes--; in RTMPTkipAppend()
|
/linux-2.6.39/drivers/staging/rtl8712/ |
D | rtl871x_security.h | 185 void r8712_secmicappend(struct mic_data *pmicdata, u8 * src, u32 nBytes);
|
/linux-2.6.39/drivers/staging/rt2860/ |
D | rtmp.h | 3346 void RTMPTkipAppend(struct rt_tkip_key_info *pTkip, u8 *pSrc, u32 nBytes);
|