Home
last modified time | relevance | path

Searched refs:use_kdf (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtApStaCommon.h61 UINT8 *pPTK, UINT8 *pPMK, BOOLEAN use_kdf);
65 KeyData_t *newPWKey, BOOLEAN use_kdf);
H A DkeyMgmtApStaCommon.c313 UINT8 *pNonce2, UINT8 *pPTK, UINT8 *pPMK, BOOLEAN use_kdf) in KeyMgmt_DerivePTK() argument
335 if (use_kdf) { in KeyMgmt_DerivePTK()
354 KeyData_t *newPWKey, BOOLEAN use_kdf) in KeyMgmtSta_DeriveKeys() argument
371 EAPOL_Encr_Key, newPWKey, use_kdf)) { in KeyMgmtSta_DeriveKeys()
388 use_kdf); in KeyMgmtSta_DeriveKeys()
H A DkeyMgmtAp_rom.h82 KeyData_t *newPWKey, BOOLEAN use_kdf);
H A DkeyMgmtAp_rom.c339 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 DkeyMgmtSta_rom.h190 UINT8 *pPTK, UINT8 *pPMK, BOOLEAN use_kdf);