Searched refs:MIC (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dcrypto.c98 * CCM uses Ax blocks to generate a keystream with which the MIC and
100 * MIC. Ax (x>0) are used for the successive payload blocks.
123 * Take a data string and produce the encrypted CBC Counter-mode MIC
133 * @mic: buffer for placing the computed MIC (Message Integrity
253 printk(KERN_ERR "E: can't compute CBC-MAC tag (MIC): %d\n",
258 /* Now we crypt the MIC Tag (*iv) with Ax -- values per WUSB1.0[6.5]
259 * The procedure is to AES crypt the A0 block and XOR the MIC
354 * Out-of-band MIC Generation verification code
377 .MIC = { 0x75, 0x6a, 0x97, 0x51, 0x0c, 0x8c,
384 printk(KERN_ERR "E: WUSB OOB MIC tes
[all...]
H A Dsecurity.c349 memset(hs[0].MIC, 0, sizeof(hs[0].MIC)); /* Per WUSB1.0[T7-22] */
412 /* Compute MIC and verify it */
415 dev_err(dev, "Handshake2 failed: cannot compute MIC: %d\n",
420 if (memcmp(hs[1].MIC, mic, sizeof(hs[1].MIC))) {
421 dev_err(dev, "Handshake2 failed: MIC mismatch\n");
432 result = wusb_oob_mic(hs[2].MIC, keydvt_out.kck, &ccm_n, &hs[2]);
434 dev_err(dev, "Handshake3 failed: cannot compute MIC: %d\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_tkip.c148 pMICKey pointer to MIC Key
202 Set the MIC Key.
206 pMICKey pointer to MIC Key
233 Calculate the MIC Value.
276 Calculate the MIC Value.
280 pSrc Pointer to source data for Calculate MIC Value
305 Get the MIC Value.
316 the MIC Value is store in pAd->PrivateInfo.MIC
332 RTMPTkipPutUInt32(pTkip->MIC, pTki
732 u8 MIC[8]; local
[all...]
H A Dcmm_aes.c234 /* Builds the first MIC header block from */
261 /* Builds the last MIC header block from */
306 /* Builds the MIC IV from header fields and PN */
439 u8 MIC[8]; local
480 payload_len = DataByteCnt - HeaderLen - 8 - 8; /* 8 bytes for CCMP header , 8 bytes for MIC */
519 /* Descrypt the MIC */
532 /* Calculate MIC */
571 /* 8 bytes to generate 64 bit MIC */
573 MIC[i] = aes_out[i];
575 if (!NdisEqualMemory(MIC, TrailMI
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dwusb.h324 * Out-of-band MIC Generation WUSB1.0[6.5.2]
326 * Compute the MIC over @key, @n and @hs and place it in @mic_out.
328 * @mic_out: Where to place the 8 byte MIC tag
345 hs, sizeof(*hs) - sizeof(hs->MIC));
H A Dch9.h775 __u8 MIC[8]; member in struct:usb_handshake
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Drtmp_data.c267 /* For TKIP frame, calculate the MIC value */
293 DBGPRINT_RAW(RT_DEBUG_ERROR, ("Rx MIC Value error 2\n"));
587 /* Minus MIC length */
590 /* For TKIP frame, calculate the MIC value */
2286 /* append TKIP MIC at tail of the scatter buffer */
2287 /* MAC ASIC will only perform IV/EIV/ICV insertion but no TKIP MIC */
2296 &pAd->PrivateInfo.Tx.MIC[0], 8);
2310 EncryptionOverhead = 12; /*TKIP: IV[4] + EIV[4] + ICV[4], MIC will be added to TotalPacketLength */
2312 EncryptionOverhead = 20; /*TKIP: IV[4] + EIV[4] + ICV[4] + MIC[8] */
2314 EncryptionOverhead = 16; /* AES: IV[4] + EIV[4] + MIC[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dmixer_oss.c1098 MIXER_VOL(MIC),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h638 u8 Type; /* Indicate Pairwise/Group when reporting MIC error */
746 /* Tkip Key structure which RC4 key & MIC calculation */
758 u8 MIC[8]; member in struct:rt_tkip_key_info
1396 unsigned long LastMicErrorTime; /* record last MIC error time */
1538 /* record which entry revoke MIC Failure , if it leaves the BSS itself, AP won't update aMICFailTime MIB */
2165 u8 UserPriority; /* for calculate TKIP MIC using */

Completed in 73 milliseconds