Home
last modified time | relevance | path

Searched refs:key_nonce (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h207 u8 key_nonce[WPA_NONCE_LEN]; member
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.c574 os_memcpy(reply->key_nonce, nonce, WPA_NONCE_LEN); in wpa_supplicant_send_2_of_4()
620 key->key_nonce, ptk, akmp, in wpa_derive_ptk()
835 os_memcpy(sm->anonce, key->key_nonce, WPA_NONCE_LEN); in wpa_supplicant_process_1_of_4()
1702 if (os_memcmp(sm->anonce, key->key_nonce, WPA_NONCE_LEN) != 0) { in wpa_supplicant_process_3_of_4()
2386 wpa_hexdump(MSG_DEBUG, " key_nonce", key->key_nonce, WPA_NONCE_LEN); in wpa_eapol_key_dump()
H A Dwpa_ft.c40 const u8 *anonce = key->key_nonce; in wpa_derive_ptk_ft()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.c1088 wpa_hexdump(MSG_DEBUG, "WPA: Received Key Nonce", key->key_nonce, in wpa_receive()
1167 os_memcmp(sm->SNonce, key->key_nonce, WPA_NONCE_LEN) != 0) in wpa_receive()
1246 random_add_randomness(key->key_nonce, WPA_NONCE_LEN); in wpa_receive()
1426 os_memcpy(sm->SNonce, key->key_nonce, WPA_NONCE_LEN); in wpa_receive()
1589 os_memcpy(key->key_nonce, nonce, WPA_NONCE_LEN); in __wpa_send_eapol()