Searched refs:rx_replay_counter (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | wpa_i.h | 29 u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN]; member 306 sm->rx_replay_counter); in wpa_sm_set_rekey_offload()
|
D | wpa.h | 177 void wpa_sm_set_rx_replay_ctr(struct wpa_sm *sm, const u8 *rx_replay_counter); 344 const u8 *rx_replay_counter) in wpa_sm_set_rx_replay_ctr() argument
|
D | wpa.c | 1968 os_memcpy(sm->rx_replay_counter, key->replay_counter, in wpa_supplicant_verify_eapol_key_mic() 2177 os_memcpy(sm->rx_replay_counter, key->replay_counter, in wpa_supp_aead_decrypt() 2368 os_memcmp(key->replay_counter, sm->rx_replay_counter, in wpa_sm_rx_eapol() 2724 os_memset(sm->rx_replay_counter, 0, WPA_REPLAY_COUNTER_LEN); in wpa_sm_notify_assoc() 3403 os_memcpy(sm->rx_replay_counter, replay_ctr, WPA_REPLAY_COUNTER_LEN); in wpa_sm_update_replay_ctr() 3486 void wpa_sm_set_rx_replay_ctr(struct wpa_sm *sm, const u8 *rx_replay_counter) in wpa_sm_set_rx_replay_ctr() argument 3488 if (rx_replay_counter == NULL) in wpa_sm_set_rx_replay_ctr() 3491 os_memcpy(sm->rx_replay_counter, rx_replay_counter, in wpa_sm_set_rx_replay_ctr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | wpa_i.h | 34 u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN]; member 358 sm->rx_replay_counter); in wpa_sm_set_rekey_offload()
|
D | wpa.h | 214 void wpa_sm_set_rx_replay_ctr(struct wpa_sm *sm, const u8 *rx_replay_counter); 414 const u8 *rx_replay_counter) in wpa_sm_set_rx_replay_ctr() argument
|
D | wpa.c | 2237 os_memcpy(sm->rx_replay_counter, key->replay_counter, in wpa_supplicant_verify_eapol_key_mic() 2456 os_memcpy(sm->rx_replay_counter, key->replay_counter, in wpa_supp_aead_decrypt() 2645 os_memcmp(key->replay_counter, sm->rx_replay_counter, in wpa_sm_rx_eapol() 3009 os_memset(sm->rx_replay_counter, 0, WPA_REPLAY_COUNTER_LEN); in wpa_sm_notify_assoc() 3884 os_memcpy(sm->rx_replay_counter, replay_ctr, WPA_REPLAY_COUNTER_LEN); in wpa_sm_update_replay_ctr() 3978 void wpa_sm_set_rx_replay_ctr(struct wpa_sm *sm, const u8 *rx_replay_counter) in wpa_sm_set_rx_replay_ctr() argument 3980 if (rx_replay_counter == NULL) in wpa_sm_set_rx_replay_ctr() 3983 os_memcpy(sm->rx_replay_counter, rx_replay_counter, in wpa_sm_set_rx_replay_ctr()
|