Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtAp_rom.h48 extern void GenerateGTK_internal(hostsa_private *priv, KeyData_t *grpKeyData,
56 KeyData_t *grKey, Cipher_t *cipher);
62 extern void ROM_InitGTK(hostsa_private *priv, KeyData_t *grpKeyData,
66 KeyData_t *grKey, Cipher_t *cipher);
70 KeyData_t *grKey, Cipher_t *cipher);
82 KeyData_t *newPWKey, BOOLEAN use_kdf);
H A Dauthenticator.h135 KeyData_t grpKeyData;
312 KeyData_t PWKey;
313 KeyData_t GRKey;
315 KeyData_t newPWKey;
324 KeyData_t IGtk;
H A DkeyMgmtSta_rom.h58 KeyData_t *pKey);
131 KeyData_t *pGRKey, UINT32 *ptr_val);
134 KeyData_t *pGRKey);
140 KeyData_t *pGRKey,
144 KeyData_t *pGRKey, UINT8 *EAPOL_Encr_Key);
H A DkeyMgmtAp_rom.c145 GenerateGTK_internal(hostsa_private *priv, KeyData_t *grpKeyData, in GenerateGTK_internal()
237 KeyData_t *grKey, Cipher_t *cipher) in prepareKDE()
339 UINT8 *EAPOL_Encr_Key, KeyData_t *newPWKey, BOOLEAN use_kdf) in KeyMgmtAp_DerivePTK()
400 KeyData_t *grKey, Cipher_t *cipher) in KeyData_AddGTK()
425 SecurityMode_t *pSecType, KeyData_t *grKey, Cipher_t *cipher) in KeyData_AddKey()
448 ROM_InitGTK(hostsa_private *priv, KeyData_t *grpKeyData, UINT8 *nonce, in ROM_InitGTK()
H A DkeyCommonDef.h64 } KeyData_t; typedef
133 KeyData_t pwsKeyData;
H A DkeyMgmtSta_rom.c478 UINT8 isPairwise, KeyData_t *pKey) in FillKeyMaterialStruct_internal()
619 KeyData_t *pGRKey) in parseKeyDataGTK()
652 KeyData_t *pGRKey, UINT8 *EAPOL_Encr_Key) in KeyMgmtSta_ApplyKEK()
1050 KeyData_t GRKey; in ProcessRxEAPOL_GrpMsg1()
1079 sizeof(KeyData_t)); in ProcessRxEAPOL_GrpMsg1()
H A DkeyMgmtApStaCommon.h65 KeyData_t *newPWKey, BOOLEAN use_kdf);
H A DkeyMgmtSta.c68 UINT16 key_len, UINT8 isPairwise, KeyData_t *pKey);
72 UINT8 keyIdx, UINT8 keyLen, KeyData_t *pKey);
245 KeyData_t GRKey; in patch_ProcessRxEAPOL_GrpMsg1()
275 sizeof(KeyData_t)); in patch_ProcessRxEAPOL_GrpMsg1()
1251 UINT16 key_len, UINT8 isPairwise, KeyData_t *pKey) in FillKeyMaterialStruct()
1271 UINT8 *pn, UINT8 keyIdx, UINT8 keyLen, KeyData_t *pKey) in FillGrpKeyMaterialStruct()
1607 keyMgmtSetPairwiseKey(phostsa_private priv, KeyData_t *pKey) in keyMgmtSetPairwiseKey()
1616 keyMgmtSetGroupKey(phostsa_private priv, KeyData_t *pKey) in keyMgmtSetGroupKey()
H A DkeyMgmtApStaCommon.c354 KeyData_t *newPWKey, BOOLEAN use_kdf) in KeyMgmtSta_DeriveKeys()
H A DkeyMgmtAp.c144 KeyData_t *pKeyData = MNULL; in keyApi_ApUpdateKeyMaterial()