Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/wpa/src/rsn_supp/
Dpeerkey.c95 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_smk_error()
96 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_smk_error()
155 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_smk_m3()
366 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_stk_1_of_4()
367 inc_byte_array(peerkey->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_stk_1_of_4()
426 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_stk_3_of_4()
427 inc_byte_array(peerkey->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_stk_3_of_4()
988 WPA_REPLAY_COUNTER_LEN); in peerkey_verify_eapol_key_mic()
1097 WPA_REPLAY_COUNTER_LEN); in wpa_sm_stkstart()
1098 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()
323 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_2_of_4()
1031 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_4_of_4()
1299 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_2_of_2()
1410 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_verify_eapol_key_mic()
1513 key->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_eapol_key_dump()
1663 WPA_REPLAY_COUNTER_LEN) <= 0) { in wpa_sm_rx_eapol()
1669 u8 _tmp[WPA_REPLAY_COUNTER_LEN]; in wpa_sm_rx_eapol()
1671 WPA_REPLAY_COUNTER_LEN); in wpa_sm_rx_eapol()
[all …]
Dwpa_i.h34 u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN];
36 u8 request_counter[WPA_REPLAY_COUNTER_LEN];
Dpeerkey.h35 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];
/freebsd-9-stable/contrib/wpa/src/ap/
Dwpa_auth_i.h73 u8 counter[WPA_REPLAY_COUNTER_LEN];
94 u8 req_replay_counter[WPA_REPLAY_COUNTER_LEN];
Dwpa_auth.c597 WPA_REPLAY_COUNTER_LEN) == 0) in wpa_replay_counter_valid()
762 WPA_REPLAY_COUNTER_LEN) <= 0) { in wpa_receive()
781 WPA_REPLAY_COUNTER_LEN); in wpa_receive()
784 key->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_receive()
914 WPA_REPLAY_COUNTER_LEN); in wpa_receive()
1121 WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
1123 inc_byte_array(sm->key_replay[0].counter, WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
1125 WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
/freebsd-9-stable/contrib/wpa/src/common/
Dwpa_common.h23 #define WPA_REPLAY_COUNTER_LEN 8 macro
153 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];