Searched refs:s_vAppendByte (Results 1 - 2 of 2) 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.c34 * s_vAppendByte - Append the byte to our word-sized buffer.
35 * MIC_vAppend - call s_vAppendByte.
36 * MIC_vGetMIC - Append the minimum padding and call s_vAppendByte.
57 static void s_vAppendByte(unsigned char b); // Add a single byte to the internal message
111 static void s_vAppendByte (unsigned char b) function
157 s_vAppendByte(*src++);
165 s_vAppendByte(0x5a);
166 s_vAppendByte(0);
167 s_vAppendByte(0);
168 s_vAppendByte(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dmichael.c34 * s_vAppendByte - Append the byte to our word-sized buffer.
35 * MIC_vAppend - call s_vAppendByte.
36 * MIC_vGetMIC - Append the minimum padding and call s_vAppendByte.
60 static void s_vAppendByte(BYTE b); /* Add a single byte to the internal
111 static void s_vAppendByte(BYTE b) function
155 s_vAppendByte(*src++);
163 s_vAppendByte(0x5a);
164 s_vAppendByte(0);
165 s_vAppendByte(0);
166 s_vAppendByte(
[all...]

Completed in 104 milliseconds