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 D | keyMgmtApStaCommon.c | 253 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 D | keyCommonDef.h | 33 #define NONCE_SIZE 32 macro 132 UINT8 ANonce[NONCE_SIZE]; 209 UINT8 key_nonce[NONCE_SIZE]; /*32 bytes */
|
| H A D | keyMgmtAp_rom.c | 149 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 D | authenticator.h | 297 UINT8 ANonce[NONCE_SIZE]; 298 UINT8 SNonce[NONCE_SIZE];
|
| H A D | keyMgmtSta_rom.c | 746 (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 D | keyMgmtAp.c | 498 supplicantGenerateRand(priv, pHskData->ANonce, NONCE_SIZE); in GeneratePWKMsg1()
|