Searched refs:abyNonce (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 Daes_ccmp.c248 unsigned char abyNonce[13]; local
279 abyNonce[0] = 0x00; //now is 0, if Qos here will be priority
280 memcpy(&(abyNonce[1]), pMACHeader->abyAddr2, ETH_ALEN);
281 abyNonce[7] = pbyIV[7];
282 abyNonce[8] = pbyIV[6];
283 abyNonce[9] = pbyIV[5];
284 abyNonce[10] = pbyIV[4];
285 abyNonce[11] = pbyIV[1];
286 abyNonce[12] = pbyIV[0];
290 memcpy(&(MIC_IV[1]), &(abyNonce[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Daes_ccmp.c236 BYTE abyNonce[13]; local
267 abyNonce[0] = 0x00; /* now is 0, if Qos here will be priority */
268 memcpy(&(abyNonce[1]), pMACHeader->abyAddr2, ETH_ALEN);
269 abyNonce[7] = pbyIV[7];
270 abyNonce[8] = pbyIV[6];
271 abyNonce[9] = pbyIV[5];
272 abyNonce[10] = pbyIV[4];
273 abyNonce[11] = pbyIV[1];
274 abyNonce[12] = pbyIV[0];
278 memcpy(&(MIC_IV[1]), &(abyNonce[
[all...]

Completed in 89 milliseconds