/hostap-3.6.0/wpa_supplicant/ |
D | mesh_rsn.c | 460 u8 context[2 * WPA_NONCE_LEN + 2 * 2 + RSN_SELECTOR_LEN + 2 * ETH_ALEN]; in mesh_rsn_derive_mtk() 469 if (os_memcmp(sta->my_nonce, sta->peer_nonce, WPA_NONCE_LEN) < 0) { in mesh_rsn_derive_mtk() 476 os_memcpy(ptr, min, WPA_NONCE_LEN); in mesh_rsn_derive_mtk() 477 ptr += WPA_NONCE_LEN; in mesh_rsn_derive_mtk() 478 os_memcpy(ptr, max, WPA_NONCE_LEN); in mesh_rsn_derive_mtk() 479 ptr += WPA_NONCE_LEN; in mesh_rsn_derive_mtk() 518 if (random_get_bytes(sta->my_nonce, WPA_NONCE_LEN) < 0) { in mesh_rsn_init_ampe_sta() 522 os_memset(sta->peer_nonce, 0, WPA_NONCE_LEN); in mesh_rsn_init_ampe_sta() 568 os_memcpy(ampe->local_nonce, sta->my_nonce, WPA_NONCE_LEN); in mesh_rsn_protect_frame() 569 os_memcpy(ampe->peer_nonce, sta->peer_nonce, WPA_NONCE_LEN); in mesh_rsn_protect_frame() [all …]
|
D | ctrl_iface.c | 982 WPA_NONCE_LEN); in wpa_supplicant_ctrl_iface_get()
|
/hostap-3.6.0/src/rsn_supp/ |
D | wpa_ft.c | 338 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN); in wpa_ft_gen_req_ies() 340 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN); in wpa_ft_gen_req_ies() 349 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN); in wpa_ft_gen_req_ies() 351 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN); in wpa_ft_gen_req_ies() 489 if (random_get_bytes(sm->snonce, WPA_NONCE_LEN)) { in wpa_ft_prepare_auth_request() 614 if (os_memcmp(snonce, sm->snonce, WPA_NONCE_LEN) != 0) { in wpa_ft_process_response() 617 snonce, WPA_NONCE_LEN); in wpa_ft_process_response() 619 sm->snonce, WPA_NONCE_LEN); in wpa_ft_process_response() 661 wpa_hexdump(MSG_DEBUG, "FT: SNonce", sm->snonce, WPA_NONCE_LEN); in wpa_ft_process_response() 662 wpa_hexdump(MSG_DEBUG, "FT: ANonce", anonce, WPA_NONCE_LEN); in wpa_ft_process_response() [all …]
|
D | tdls.c | 57 u8 Anonce[WPA_NONCE_LEN]; /* Responder Nonce in TDLS */ 58 u8 Snonce[WPA_NONCE_LEN]; /* Initiator Nonce in TDLS */ 101 u8 inonce[WPA_NONCE_LEN]; /* Initiator Nonce */ 102 u8 rnonce[WPA_NONCE_LEN]; /* Responder Nonce */ 424 len[0] = WPA_NONCE_LEN; in wpa_tdls_generate_tpk() 425 len[1] = WPA_NONCE_LEN; in wpa_tdls_generate_tpk() 426 if (os_memcmp(peer->inonce, peer->rnonce, WPA_NONCE_LEN) < 0) { in wpa_tdls_generate_tpk() 433 wpa_hexdump(MSG_DEBUG, "TDLS: min(Nonce)", nonce[0], WPA_NONCE_LEN); in wpa_tdls_generate_tpk() 434 wpa_hexdump(MSG_DEBUG, "TDLS: max(Nonce)", nonce[1], WPA_NONCE_LEN); in wpa_tdls_generate_tpk() 726 os_memset(peer->inonce, 0, WPA_NONCE_LEN); in wpa_tdls_peer_clear() [all …]
|
D | wpa_i.h | 31 u8 snonce[WPA_NONCE_LEN]; 32 u8 anonce[WPA_NONCE_LEN]; /* ANonce from the last 1/4 msg */
|
D | wpa.c | 574 os_memcpy(reply->key_nonce, nonce, WPA_NONCE_LEN); in wpa_supplicant_send_2_of_4() 725 if (random_get_bytes(sm->snonce, WPA_NONCE_LEN)) { in wpa_supplicant_process_1_of_4() 732 sm->snonce, WPA_NONCE_LEN); in wpa_supplicant_process_1_of_4() 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()
|
/hostap-3.6.0/src/ap/ |
D | wpa_auth_i.h | 56 u8 ANonce[WPA_NONCE_LEN]; 57 u8 SNonce[WPA_NONCE_LEN]; 58 u8 alt_SNonce[WPA_NONCE_LEN]; 184 u8 Counter[WPA_NONCE_LEN]; 194 u8 GNonce[WPA_NONCE_LEN];
|
D | wpa_auth.c | 424 group->Counter, WPA_NONCE_LEN) < 0) in wpa_group_init_gmk_and_counter() 427 group->Counter, WPA_NONCE_LEN); in wpa_group_init_gmk_and_counter() 995 os_memcpy(sm->SNonce, sm->alt_SNonce, WPA_NONCE_LEN); in wpa_try_alt_snonce() 1089 WPA_NONCE_LEN); in wpa_receive() 1167 os_memcmp(sm->SNonce, key->key_nonce, WPA_NONCE_LEN) != 0) in wpa_receive() 1179 os_memcpy(sm->alt_SNonce, sm->SNonce, WPA_NONCE_LEN); 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() 1434 u8 data[ETH_ALEN + WPA_NONCE_LEN + 8 + WPA_GTK_MAX_LEN]; in wpa_gmk_to_gtk() 1447 os_memcpy(data + ETH_ALEN, gnonce, WPA_NONCE_LEN); in wpa_gmk_to_gtk() [all …]
|
D | sta_info.h | 128 u8 my_nonce[WPA_NONCE_LEN]; 129 u8 peer_nonce[WPA_NONCE_LEN];
|
D | wpa_auth_ft.c | 832 os_memcpy(hdr->anonce, anonce, WPA_NONCE_LEN); in wpa_write_ftie() 834 os_memcpy(hdr->snonce, snonce, WPA_NONCE_LEN); in wpa_write_ftie() 842 os_memcpy(hdr->anonce, anonce, WPA_NONCE_LEN); in wpa_write_ftie() 844 os_memcpy(hdr->snonce, snonce, WPA_NONCE_LEN); in wpa_write_ftie() 3106 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req() 3116 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req() 3189 if (random_get_bytes(sm->ANonce, WPA_NONCE_LEN)) { in wpa_ft_process_auth_req() 3196 sm->SNonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req() 3198 sm->ANonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req() 3395 if (os_memcmp(snonce, sm->SNonce, WPA_NONCE_LEN) != 0) { in wpa_ft_validate_reassoc() [all …]
|
/hostap-3.6.0/wlantest/ |
D | rx_tdls.c | 85 wpa_hexdump(MSG_DEBUG, "TDLS ANonce", f->anonce, WPA_NONCE_LEN); in tdls_derive_tpk() 86 wpa_hexdump(MSG_DEBUG, "TDLS SNonce", f->snonce, WPA_NONCE_LEN); in tdls_derive_tpk() 92 len[0] = WPA_NONCE_LEN; in tdls_derive_tpk() 93 len[1] = WPA_NONCE_LEN; in tdls_derive_tpk() 94 if (os_memcmp(f->anonce, f->snonce, WPA_NONCE_LEN) < 0) { in tdls_derive_tpk() 230 os_memcpy(tdls->inonce, f->snonce, WPA_NONCE_LEN); in rx_data_tdls_setup_request() 337 if (os_memcmp(tdls->inonce, f->snonce, WPA_NONCE_LEN) != 0) { in rx_data_tdls_setup_response() 341 os_memcpy(tdls->rnonce, f->anonce, WPA_NONCE_LEN); in rx_data_tdls_setup_response() 440 if (os_memcmp(tdls->inonce, f->snonce, WPA_NONCE_LEN) != 0) { in rx_data_tdls_setup_confirm() 444 if (os_memcmp(tdls->rnonce, f->anonce, WPA_NONCE_LEN) != 0) { in rx_data_tdls_setup_confirm()
|
D | rx_mgmt.c | 961 if (os_memcmp(snonce, sta->snonce, WPA_NONCE_LEN) != 0) { in rx_mgmt_reassoc_req() 964 snonce, WPA_NONCE_LEN); in rx_mgmt_reassoc_req() 966 sta->snonce, WPA_NONCE_LEN); in rx_mgmt_reassoc_req() 970 if (os_memcmp(anonce, sta->anonce, WPA_NONCE_LEN) != 0) { in rx_mgmt_reassoc_req() 973 anonce, WPA_NONCE_LEN); in rx_mgmt_reassoc_req() 975 sta->anonce, WPA_NONCE_LEN); in rx_mgmt_reassoc_req() 1453 if (os_memcmp(snonce, sta->snonce, WPA_NONCE_LEN) != 0) { in rx_mgmt_reassoc_resp() 1456 snonce, WPA_NONCE_LEN); in rx_mgmt_reassoc_resp() 1458 sta->snonce, WPA_NONCE_LEN); in rx_mgmt_reassoc_resp() 1462 if (os_memcmp(anonce, sta->anonce, WPA_NONCE_LEN) != 0) { in rx_mgmt_reassoc_resp() [all …]
|
D | rx_eapol.c | 83 if (is_zero(hdr->key_nonce, WPA_NONCE_LEN)) { in rx_data_eapol_key_1_of_4() 91 os_memcpy(sta->anonce, hdr->key_nonce, WPA_NONCE_LEN); in rx_data_eapol_key_1_of_4() 265 if (is_zero(hdr->key_nonce, WPA_NONCE_LEN)) { in rx_data_eapol_key_2_of_4() 273 os_memcpy(sta->snonce, hdr->key_nonce, WPA_NONCE_LEN); in rx_data_eapol_key_2_of_4() 648 if (os_memcmp(sta->anonce, hdr->key_nonce, WPA_NONCE_LEN) != 0) { in rx_data_eapol_key_3_of_4() 653 os_memcpy(sta->anonce, hdr->key_nonce, WPA_NONCE_LEN); in rx_data_eapol_key_3_of_4() 1137 hdr->key_nonce, WPA_NONCE_LEN); in rx_data_eapol_key()
|
D | wlantest.h | 74 u8 anonce[WPA_NONCE_LEN]; 76 u8 snonce[WPA_NONCE_LEN];
|
/hostap-3.6.0/src/common/ |
D | wpa_common.c | 355 u8 data[2 * ETH_ALEN + 2 * WPA_NONCE_LEN + MAX_Z_LEN]; in wpa_pmk_to_ptk() 356 size_t data_len = 2 * ETH_ALEN + 2 * WPA_NONCE_LEN; in wpa_pmk_to_ptk() 385 if (os_memcmp(nonce1, nonce2, WPA_NONCE_LEN) < 0) { in wpa_pmk_to_ptk() 386 os_memcpy(data + 2 * ETH_ALEN, nonce1, WPA_NONCE_LEN); in wpa_pmk_to_ptk() 387 os_memcpy(data + 2 * ETH_ALEN + WPA_NONCE_LEN, nonce2, in wpa_pmk_to_ptk() 388 WPA_NONCE_LEN); in wpa_pmk_to_ptk() 390 os_memcpy(data + 2 * ETH_ALEN, nonce2, WPA_NONCE_LEN); in wpa_pmk_to_ptk() 391 os_memcpy(data + 2 * ETH_ALEN + WPA_NONCE_LEN, nonce1, in wpa_pmk_to_ptk() 392 WPA_NONCE_LEN); in wpa_pmk_to_ptk() 396 os_memcpy(data + 2 * ETH_ALEN + 2 * WPA_NONCE_LEN, z, z_len); in wpa_pmk_to_ptk() [all …]
|
D | wpa_common.h | 18 #define WPA_NONCE_LEN 32 macro 207 u8 key_nonce[WPA_NONCE_LEN]; 344 u8 anonce[WPA_NONCE_LEN]; 345 u8 snonce[WPA_NONCE_LEN]; 352 u8 anonce[WPA_NONCE_LEN]; 353 u8 snonce[WPA_NONCE_LEN];
|
/hostap-3.6.0/src/drivers/ |
D | driver.h | 831 u8 fils_anonce[WPA_NONCE_LEN]; 836 u8 fils_snonce[WPA_NONCE_LEN];
|