Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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()
355 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_stk_1_of_4()
356 inc_byte_array(peerkey->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_stk_1_of_4()
415 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_stk_3_of_4()
416 inc_byte_array(peerkey->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_stk_3_of_4()
975 WPA_REPLAY_COUNTER_LEN); in peerkey_verify_eapol_key_mic()
1075 WPA_REPLAY_COUNTER_LEN); in wpa_sm_stkstart()
1076 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()
1019 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_4_of_4()
1294 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_2_of_2()
1410 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_verify_eapol_key_mic()
1520 key->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_eapol_key_dump()
1686 WPA_REPLAY_COUNTER_LEN) <= 0) { in wpa_sm_rx_eapol()
1692 u8 _tmp[WPA_REPLAY_COUNTER_LEN]; in wpa_sm_rx_eapol()
[all …]
Dpeerkey.h29 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];
Dwpa_i.h29 u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN];
31 u8 request_counter[WPA_REPLAY_COUNTER_LEN];
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_i.h68 u8 counter[WPA_REPLAY_COUNTER_LEN];
93 u8 req_replay_counter[WPA_REPLAY_COUNTER_LEN];
Dwpa_auth.c641 WPA_REPLAY_COUNTER_LEN) == 0) in wpa_replay_counter_valid()
656 WPA_REPLAY_COUNTER_LEN) == 0)) in wpa_replay_counter_mark_invalid()
808 key->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_receive()
869 WPA_REPLAY_COUNTER_LEN) <= 0) { in wpa_receive()
921 WPA_REPLAY_COUNTER_LEN); in wpa_receive()
924 key->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_receive()
1076 WPA_REPLAY_COUNTER_LEN); in wpa_receive()
1292 WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
1294 inc_byte_array(sm->key_replay[0].counter, WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
1296 WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
/external/wpa_supplicant_8/src/common/
Dwpa_common.h17 #define WPA_REPLAY_COUNTER_LEN 8 macro
169 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];