Home
last modified time | relevance | path

Searched refs:NONCE_SIZE (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtApStaCommon.c253 if (memcmp(util_fns, pNonce1, pNonce2, NONCE_SIZE) < 0) { in supplicantConstructContext()
254 memcpy(util_fns, pContext + 6 + 6, pNonce1, NONCE_SIZE); in supplicantConstructContext()
255 memcpy(util_fns, pContext + 6 + 6 + NONCE_SIZE, pNonce2, in supplicantConstructContext()
256 NONCE_SIZE); in supplicantConstructContext()
258 memcpy(util_fns, pContext + 6 + 6, pNonce2, NONCE_SIZE); in supplicantConstructContext()
259 memcpy(util_fns, pContext + 6 + 6 + NONCE_SIZE, pNonce1, in supplicantConstructContext()
260 NONCE_SIZE); in supplicantConstructContext()
H A DkeyCommonDef.h33 #define NONCE_SIZE 32 macro
132 UINT8 ANonce[NONCE_SIZE];
209 UINT8 key_nonce[NONCE_SIZE]; /*32 bytes */
H A DkeyMgmtAp_rom.c149 UINT8 inp_data[NONCE_SIZE + sizeof(IEEEtypes_MacAddr_t)]; in GenerateGTK_internal()
159 supplicantGenerateRand(priv, nonce, NONCE_SIZE); in GenerateGTK_internal()
161 NONCE_SIZE); in GenerateGTK_internal()
224 NONCE_SIZE); in PopulateKeyMsg()
227 (t_u8 *)tx_eapol_ptr->keyMsg.key_nonce, NONCE_SIZE); in PopulateKeyMsg()
H A Dauthenticator.h297 UINT8 ANonce[NONCE_SIZE];
298 UINT8 SNonce[NONCE_SIZE];
H A DkeyMgmtSta_rom.c746 (UINT8 *)pKeyMgmtInfoSta->ANonce, NONCE_SIZE) != 0) { in KeyMgmtSta_IsRxEAPOLValid()
800 NONCE_SIZE); in KeyMgmtSta_PrepareEAPOLFrame()
988 pKeyMsg->key_nonce, NONCE_SIZE); in GetKeyMsgNonceFromEAPOL()
991 NONCE_SIZE); in GetKeyMsgNonceFromEAPOL()
H A DkeyMgmtAp.c498 supplicantGenerateRand(priv, pHskData->ANonce, NONCE_SIZE); in GeneratePWKMsg1()