Home | History | Annotate | Download | only in common

Lines Matching full:anonce

74  * @nonce1: ANonce or SNonce
75 * @nonce2: SNonce or ANonce
83 * Min(ANonce, SNonce) || Max(ANonce, SNonce))
809 void wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
820 * PTK = KDF-PTKLen(PMK-R1, "FT-PTK", SNonce || ANonce ||
826 os_memcpy(pos, anonce, WPA_NONCE_LEN);
837 * ANonce || BSSID || STA-ADDR))
845 addr[3] = anonce;