Home
last modified time | relevance | path

Searched refs:WPA_REPLAY_COUNTER_LEN (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/wpa/src/rsn_supp/
Dpeerkey.c90 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_smk_error()
91 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_smk_error()
150 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_smk_m3()
361 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_stk_1_of_4()
362 inc_byte_array(peerkey->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_stk_1_of_4()
421 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_stk_3_of_4()
422 inc_byte_array(peerkey->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_stk_3_of_4()
986 WPA_REPLAY_COUNTER_LEN); in peerkey_verify_eapol_key_mic()
1086 WPA_REPLAY_COUNTER_LEN); in wpa_sm_stkstart()
1087 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN); in wpa_sm_stkstart()
Dwpa.c122 WPA_REPLAY_COUNTER_LEN); in wpa_sm_key_request()
123 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN); in wpa_sm_key_request()
337 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_2_of_4()
339 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_2_of_4()
1089 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_4_of_4()
1364 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_2_of_2()
1480 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_verify_eapol_key_mic()
1590 key->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_eapol_key_dump()
1756 WPA_REPLAY_COUNTER_LEN) <= 0) { in wpa_sm_rx_eapol()
1762 u8 _tmp[WPA_REPLAY_COUNTER_LEN]; in wpa_sm_rx_eapol()
[all …]
Dpeerkey.h29 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];
Dwpa_i.h30 u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN];
32 u8 request_counter[WPA_REPLAY_COUNTER_LEN];
/freebsd-10-stable/contrib/wpa/src/ap/
Dwpa_auth_i.h68 u8 counter[WPA_REPLAY_COUNTER_LEN];
93 u8 req_replay_counter[WPA_REPLAY_COUNTER_LEN];
Dwpa_auth.c633 WPA_REPLAY_COUNTER_LEN) == 0) in wpa_replay_counter_valid()
648 WPA_REPLAY_COUNTER_LEN) == 0)) in wpa_replay_counter_mark_invalid()
800 key->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_receive()
861 WPA_REPLAY_COUNTER_LEN) <= 0) { in wpa_receive()
913 WPA_REPLAY_COUNTER_LEN); in wpa_receive()
916 key->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_receive()
1068 WPA_REPLAY_COUNTER_LEN); in wpa_receive()
1284 WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
1286 inc_byte_array(sm->key_replay[0].counter, WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
1288 WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
/freebsd-10-stable/contrib/wpa/src/common/
Dwpa_common.h17 #define WPA_REPLAY_COUNTER_LEN 8 macro
163 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];