Home
last modified time | relevance | path

Searched refs:EAPOL_Encr_Key (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtAp_rom.c293 UINT8 *EAPOL_Encr_Key, Cipher_t *cipher) in Encrypt_keyData() argument
299 if (!tx_eapol_ptr || !EAPOL_Encr_Key || !cipher) { in Encrypt_keyData()
305 memcpy(util_fns, (void *)key, EAPOL_Encr_Key, 16); in Encrypt_keyData()
319 RC4_Encrypt((t_void *)priv, (unsigned char *)EAPOL_Encr_Key, in Encrypt_keyData()
339 UINT8 *EAPOL_Encr_Key, KeyData_t *newPWKey, BOOLEAN use_kdf) in KeyMgmtAp_DerivePTK() argument
350 EAPOL_MIC_Key, EAPOL_Encr_Key, newPWKey, use_kdf); in KeyMgmtAp_DerivePTK()
H A DkeyMgmtAp_rom.h60 UINT8 *EAPOL_Encr_Key, Cipher_t *cipher);
81 UINT8 *EAPOL_MIC_Key, UINT8 *EAPOL_Encr_Key,
H A DkeyMgmtApTypes.h52 UINT8 EAPOL_Encr_Key[EAPOL_ENCR_KEY_SIZE]; member
H A DkeyMgmtSta_rom.c652 KeyData_t *pGRKey, UINT8 *EAPOL_Encr_Key) in KeyMgmtSta_ApplyKEK() argument
656 if (KeyMgmtSta_ApplyKEK_hook(pKeyMsg, pGRKey, EAPOL_Encr_Key)) { in KeyMgmtSta_ApplyKEK()
676 MRVL_AesUnWrap(EAPOL_Encr_Key, in KeyMgmtSta_ApplyKEK()
696 RC4_Encrypt((void *)priv, EAPOL_Encr_Key, in KeyMgmtSta_ApplyKEK()
1027 pKeyMgmtInfoSta->EAPOL_Encr_Key); in ProcessRxEAPOL_PwkMsg3()
1058 pKeyMgmtInfoSta->EAPOL_Encr_Key); in ProcessRxEAPOL_GrpMsg1()
H A DkeyMgmtSta_rom.h141 UINT8 *EAPOL_Encr_Key);
144 KeyData_t *pGRKey, UINT8 *EAPOL_Encr_Key);
H A DkeyMgmtApStaCommon.c353 UINT8 *EAPOL_Encr_Key, in KeyMgmtSta_DeriveKeys() argument
371 EAPOL_Encr_Key, newPWKey, use_kdf)) { in KeyMgmtSta_DeriveKeys()
391 memcpy(util_fns, EAPOL_Encr_Key, pPtk->kek, sizeof(pPtk->kek)); in KeyMgmtSta_DeriveKeys()
H A DkeyMgmtApStaCommon.h64 UINT8 *EAPOL_MIC_Key, UINT8 *EAPOL_Encr_Key,
H A DkeyMgmtAp.c569 pKeyMgmtInfo->EAPOL_Encr_Key, in ProcessPWKMsg2()
673 pKeyMgmtInfo->EAPOL_Encr_Key, in GeneratePWKMsg3()
777 pKeyMgmtInfo->EAPOL_Encr_Key, in GenerateGrpMsg1()
H A DkeyMgmtSta.c254 pKeyMgmtInfoSta->EAPOL_Encr_Key); in patch_ProcessRxEAPOL_GrpMsg1()
333 pKeyMgmtInfoSta->EAPOL_Encr_Key); in patch_ProcessRxEAPOL_PwkMsg3()
659 pKeyMgmtInfoSta->EAPOL_Encr_Key, in KeyMgmtStaHsk_Recvd_PWKMsg1()
1587 memcpy(util_fns, priv->suppData->keyMgmtInfoSta.EAPOL_Encr_Key, in keyMgmtSetEAPOLEncrKey()
1588 pKey, sizeof(priv->suppData->keyMgmtInfoSta.EAPOL_Encr_Key)); in keyMgmtSetEAPOLEncrKey()
1603 return (priv->suppData->keyMgmtInfoSta.EAPOL_Encr_Key); in keyMgmtGetEAPOLEncrKey()
H A Dauthenticator.h300 UINT8 EAPOL_Encr_Key[EAPOL_ENCR_KEY_SIZE]; member