Searched refs:f_nonce_len (Results 1 – 1 of 1) sorted by relevance
/netbsd/external/bsd/wpa/dist/src/ap/ |
H A D | wpa_auth_ft.c | 3591 size_t f_nonce_len, f_r0kh_id_len, f_r1kh_id_len, f_s1kh_id_len; in wpa_ft_rrb_rx_pull() local 3625 wpa_hexdump(MSG_DEBUG, "FT: nonce", f_nonce, f_nonce_len); in wpa_ft_rrb_rx_pull() 3685 resp_auth[0].len = f_nonce_len; in wpa_ft_rrb_rx_pull() 3971 size_t f_nonce_len; in wpa_ft_rrb_rx_resp() local 3976 wpa_hexdump(MSG_DEBUG, "FT: nonce", f_nonce, f_nonce_len); in wpa_ft_rrb_rx_resp() 4159 size_t f_nonce_len, f_r0kh_id_len, f_r1kh_id_len; in wpa_ft_rrb_rx_seq_req() local 4173 wpa_hexdump(MSG_DEBUG, "FT: seq request - nonce", f_nonce, f_nonce_len); in wpa_ft_rrb_rx_seq_req() 4184 seq_resp_auth[0].len = f_nonce_len; in wpa_ft_rrb_rx_seq_req() 4226 size_t f_nonce_len, f_seq_len; in wpa_ft_rrb_rx_seq_resp() local 4244 f_nonce_len); in wpa_ft_rrb_rx_seq_resp()
|