Searched refs:KeyID (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/staging/rt2860/chip/ |
D | mac_pci.h | 244 #define RTMP_STA_SECURITY_INFO_ADD(pAd, apidx, KeyID, pEntry) \ argument 245 RTMPAddWcidAttributeEntry(pAd, apidx, KeyID, \ 246 pAd->SharedKey[apidx][KeyID].CipherAlg, pEntry); 248 #define RTMP_SECURITY_KEY_ADD(pAd, apidx, KeyID, pEntry) \ argument 250 AsicAddSharedKeyEntry(pAd, apidx, KeyID, \ 251 pAd->SharedKey[apidx][KeyID].CipherAlg, \ 252 pAd->SharedKey[apidx][KeyID].Key, \ 253 pAd->SharedKey[apidx][KeyID].TxMic, \ 254 pAd->SharedKey[apidx][KeyID].RxMic); \ 256 RTMPAddWcidAttributeEntry(pAd, apidx, KeyID, \ [all …]
|
/linux-2.6.39/drivers/staging/rt2860/common/ |
D | cmm_tkip.c | 129 u8 KeyID:2; member 373 tkipIv.IV16.field.CONTROL.field.KeyID = KeyId; in RTMPInitTkipEngine() 706 u8 KeyID; in RTMPSoftDecryptTKIP() local 756 KeyID = *((u8 *)(pData + HeaderLen + 3)); in RTMPSoftDecryptTKIP() 757 KeyID = KeyID >> 6; in RTMPSoftDecryptTKIP() 759 if (pWpaKey[KeyID].KeyLen == 0) { in RTMPSoftDecryptTKIP() 762 KeyID)); in RTMPSoftDecryptTKIP() 802 RTMPTkipMixKey(pWpaKey[KeyID].Key, TA, pnl, pnh, RC4Key, p1k); in RTMPSoftDecryptTKIP() 819 RTMPInitMICEngine(pAd, pWpaKey[KeyID].Key, DA, SA, UserPriority, in RTMPSoftDecryptTKIP() 820 pWpaKey[KeyID].RxMic); in RTMPSoftDecryptTKIP()
|
D | cmm_aes.c | 413 u8 KeyID; in RTMPSoftDecryptAES() local 461 KeyID = *((u8 *)(pData + HeaderLen + 3)); in RTMPSoftDecryptAES() 462 KeyID = KeyID >> 6; in RTMPSoftDecryptAES() 464 if (pWpaKey[KeyID].KeyLen == 0) { in RTMPSoftDecryptAES() 467 KeyID)); in RTMPSoftDecryptAES() 489 aes128k128d(pWpaKey[KeyID].Key, ctr_preload, aes_out); in RTMPSoftDecryptAES() 509 aes128k128d(pWpaKey[KeyID].Key, ctr_preload, aes_out); in RTMPSoftDecryptAES() 523 aes128k128d(pWpaKey[KeyID].Key, ctr_preload, aes_out); in RTMPSoftDecryptAES() 546 aes128k128d(pWpaKey[KeyID].Key, mic_iv, aes_out); in RTMPSoftDecryptAES() 548 aes128k128d(pWpaKey[KeyID].Key, chain_buffer, aes_out); in RTMPSoftDecryptAES() [all …]
|
/linux-2.6.39/drivers/staging/rt2860/ |
D | rtusb_io.h | 146 #define RTMP_STA_SECURITY_INFO_ADD(pAd, apidx, KeyID, pEntry) \ argument 154 SetAsicWcidAttri.Cipher = pAd->SharedKey[apidx][KeyID].CipherAlg; \ 158 SetAsicWcidAttri.Cipher = pAd->SharedKey[apidx][KeyID].CipherAlg; \
|
/linux-2.6.39/Documentation/isdn/ |
D | HiSax.cert | 50 KeyID 1024/FF992F6D 1997/01/16 Karsten Keil <kkeil@suse.de>
|