Searched refs:ANonce (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/staging/rt2860/common/ |
D | cmm_wpa.c | 471 GenRandom(pAd, (u8 *) pBssid, pEntry->ANonce); in WPAStart4WayHS() 477 pEntry->ANonce, NULL, /* TxRSC */ in WPAStart4WayHS() 565 NdisMoveMemory(pEntry->ANonce, pMsg1->KeyDesc.KeyNonce, in PeerPairMsg1Action() 575 pEntry->ANonce, in PeerPairMsg1Action() 658 WpaDerivePTK(pAd, (u8 *) pmk_ptr, pEntry->ANonce, /* ANONCE */ in PeerPairMsg2Action() 686 pEntry->ANonce, in PeerPairMsg2Action() 770 (pEntry->ANonce, pMsg3->KeyDesc.KeyNonce, LEN_KEY_DESC_NONCE)) { in PeerPairMsg3Action() 1404 u8 * ANonce, in WpaDerivePTK() argument 1440 if (RTMPCompareMemory(ANonce, SNonce, 32) == 0) in WpaDerivePTK() 1442 else if (RTMPCompareMemory(ANonce, SNonce, 32) == 1) in WpaDerivePTK() [all …]
|
/linux-2.6.39/drivers/staging/rt2860/ |
D | rtmp.h | 1395 u8 ANonce[32]; /* ANonce for WPA-PSK from auhenticator */ member 1536 u8 ANonce[LEN_KEY_DESC_NONCE]; member 3420 u8 *ANonce,
|