Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_i.h59 u8 alt_replay_counter[WPA_REPLAY_COUNTER_LEN];
72 u8 counter[WPA_REPLAY_COUNTER_LEN];
107 u8 req_replay_counter[WPA_REPLAY_COUNTER_LEN];
H A Dwpa_auth.c1138 WPA_REPLAY_COUNTER_LEN) == 0)
1153 WPA_REPLAY_COUNTER_LEN) == 0))
1442 WPA_REPLAY_COUNTER_LEN) <= 0) {
1488 WPA_REPLAY_COUNTER_LEN);
1495 WPA_REPLAY_COUNTER_LEN) == 0) {
1526 WPA_REPLAY_COUNTER_LEN);
1529 key->replay_counter, WPA_REPLAY_COUNTER_LEN);
1611 key->replay_counter, WPA_REPLAY_COUNTER_LEN);
1819 WPA_REPLAY_COUNTER_LEN);
2052 WPA_REPLAY_COUNTER_LEN);
[all …]
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h35 u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN];
37 u8 request_counter[WPA_REPLAY_COUNTER_LEN];
H A Dwpa.c274 WPA_REPLAY_COUNTER_LEN); in wpa_sm_key_request()
275 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN); in wpa_sm_key_request()
627 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_2_of_4()
629 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_2_of_4()
2285 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_4_of_4()
2853 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_2_of_2()
3321 WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_verify_eapol_key_mic()
3468 key->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_eapol_key_dump()
3540 WPA_REPLAY_COUNTER_LEN); in wpa_supp_aead_decrypt()
3743 WPA_REPLAY_COUNTER_LEN) <= 0) { in wpa_sm_rx_eapol()
[all …]
/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h19 #define WPA_REPLAY_COUNTER_LEN 8 macro
231 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];