Home
last modified time | relevance | path

Searched refs:CIPHER_AES (Results 1 – 22 of 22) sorted by relevance

/drivers/net/wireless/rt2x00/
Drt2x00crypto.c43 return CIPHER_AES; in rt2x00crypto_key_to_cipher()
174 case CIPHER_AES: in rt2x00crypto_rx_insert_iv()
Drt2x00reg.h111 CIPHER_AES = 4, enumerator
/drivers/staging/rt2860/sta/
Dwpa.c924 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES; in WpaPairMsg3Action()
1179 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES; in Wpa2PairMsg3Action()
1386 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].CipherAlg = CIPHER_AES; in WpaGroupMsg1Action()
1788 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].CipherAlg = CIPHER_AES; in ParseKeyData()
Dconnect.c1540 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES; in LinkUp()
1544 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES; in LinkUp()
Dassoc.c1744 pAd->SharedKey[BSS0][i].CipherAlg = CIPHER_AES; in SwitchBetweenWepAndCkip()
Drtmp_data.c2387 else if (pTxBlk->CipherAlg == CIPHER_AES) in STA_Fragment_Frame_Tx()
/drivers/staging/rt2870/sta/
Dwpa.c924 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES; in WpaPairMsg3Action()
1179 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES; in Wpa2PairMsg3Action()
1387 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].CipherAlg = CIPHER_AES; in WpaGroupMsg1Action()
1794 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].CipherAlg = CIPHER_AES; in ParseKeyData()
Dconnect.c1590 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES; in LinkUp()
1594 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES; in LinkUp()
Drtmp_data.c2392 else if (pTxBlk->CipherAlg == CIPHER_AES) in STA_Fragment_Frame_Tx()
Dassoc.c1713 pAd->SharedKey[BSS0][i].CipherAlg = CIPHER_AES; in SwitchBetweenWepAndCkip()
/drivers/staging/rt2870/common/
Dcmm_info.c1028 pAd->SharedKey[apidx][KeyIdx].CipherAlg = CIPHER_AES;
1029 pAd->MacTab.Content[BSSID_WCID].PairwiseKey.CipherAlg = CIPHER_AES;
1075 pAd->SharedKey[apidx][KeyIdx].CipherAlg = CIPHER_AES;
2064 (CipherAlg == CIPHER_AES) || in RTMPAddWcidAttributeEntry()
2080 if ((CipherAlg == CIPHER_TKIP) || (CipherAlg == CIPHER_TKIP_NO_MIC) || (CipherAlg == CIPHER_AES)) in RTMPAddWcidAttributeEntry()
D2870_rtmp_init.c967 (CipherAlg == CIPHER_AES)) in RTMPAddBSSIDCipher()
982 (CipherAlg == CIPHER_AES)) in RTMPAddBSSIDCipher()
Dcmm_data_2870.c805 (pAd->SharedKey[BSS0][pRxWI->KeyIndex].CipherAlg == CIPHER_AES) && in RTMPCheckRxError()
Dmlme.c7421 if ((CipherAlg == CIPHER_TKIP) || (CipherAlg == CIPHER_TKIP_NO_MIC) ||(CipherAlg == CIPHER_AES)) in AsicAddKeyEntry()
/drivers/staging/rt2860/
Drtmp_def.h1277 #define CIPHER_AES 4 macro
Dsta_ioctl.c392 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES; in RTMPAddKey()
453 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].CipherAlg = CIPHER_AES; in RTMPAddKey()
2574 fnSetCipherKey(pAdapter, keyIdx, CIPHER_AES, FALSE, ext); in rt_ioctl_siwencodeext()
2580 fnSetCipherKey(pAdapter, keyIdx, CIPHER_AES, TRUE, ext); in rt_ioctl_siwencodeext()
/drivers/staging/rt2870/
Drtmp_def.h1311 #define CIPHER_AES 4 macro
Dsta_ioctl.c399 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES; in RTMPAddKey()
461 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].CipherAlg = CIPHER_AES; in RTMPAddKey()
2625 fnSetCipherKey(pAdapter, keyIdx, CIPHER_AES, FALSE, ext); in rt_ioctl_siwencodeext()
2632 fnSetCipherKey(pAdapter, keyIdx, CIPHER_AES, TRUE, ext); in rt_ioctl_siwencodeext()
Dtmp60399 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES;
461 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].CipherAlg = CIPHER_AES;
2610 fnSetCipherKey(pAdapter, keyIdx, CIPHER_AES, FALSE, ext);
2617 fnSetCipherKey(pAdapter, keyIdx, CIPHER_AES, TRUE, ext);
Dtmp61399 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES;
461 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].CipherAlg = CIPHER_AES;
2610 fnSetCipherKey(pAdapter, keyIdx, CIPHER_AES, FALSE, ext);
2617 fnSetCipherKey(pAdapter, keyIdx, CIPHER_AES, TRUE, ext);
/drivers/staging/rt2860/common/
Dcmm_info.c1778 (CipherAlg == CIPHER_AES) || in RTMPAddWcidAttributeEntry()
1794 if ((CipherAlg == CIPHER_TKIP) || (CipherAlg == CIPHER_TKIP_NO_MIC) || (CipherAlg == CIPHER_AES)) in RTMPAddWcidAttributeEntry()
Dmlme.c7385 if ((CipherAlg == CIPHER_TKIP) || (CipherAlg == CIPHER_TKIP_NO_MIC) ||(CipherAlg == CIPHER_AES)) in AsicAddKeyEntry()