Home
last modified time | relevance | path

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

/trueos/contrib/wpa/src/rsn_supp/
HDpeerkey.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()
HDwpa.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()
1025 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_4_of_4()
1300 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_2_of_2()
1416 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_verify_eapol_key_mic()
1526 key->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_eapol_key_dump()
1692 WPA_REPLAY_COUNTER_LEN) <= 0) { in wpa_sm_rx_eapol()
1698 u8 _tmp[WPA_REPLAY_COUNTER_LEN]; in wpa_sm_rx_eapol()
[all …]
HDpeerkey.h29 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];
HDwpa_i.h29 u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN];
31 u8 request_counter[WPA_REPLAY_COUNTER_LEN];
/trueos/contrib/wpa/src/ap/
HDwpa_auth_i.h67 u8 counter[WPA_REPLAY_COUNTER_LEN];
92 u8 req_replay_counter[WPA_REPLAY_COUNTER_LEN];
HDwpa_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()
/trueos/contrib/wpa/src/common/
HDwpa_common.h17 #define WPA_REPLAY_COUNTER_LEN 8 macro
163 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];