/freebsd-src/contrib/wpa/src/rsn_supp/ |
H A D | wpa_ft.c | 40 const u8 *anonce = key->key_nonce; wpa_derive_ptk_ft() local 186 wpa_ft_gen_req_ies(struct wpa_sm * sm,size_t * len,const u8 * anonce,const u8 * pmk_name,const u8 * kck,size_t kck_len,const u8 * target_ap,const u8 * ric_ies,size_t ric_ies_len,const u8 * ap_mdie,int omit_rsnxe) wpa_ft_gen_req_ies() argument 551 const u8 *anonce, *snonce; wpa_ft_process_response() local 986 const u8 *anonce, *snonce, *fte_mic; wpa_ft_validate_reassoc_resp() local [all...] |
H A D | wpa_i.h | 32 u8 anonce[WPA_NONCE_LEN]; /* ANonce from the last 1/4 msg */ global() member
|
H A D | wpa.c | 4575 fils_build_assoc_req(struct wpa_sm * sm,const u8 ** kek,size_t * kek_len,const u8 ** snonce,const u8 ** anonce,const struct wpabuf ** hlp,unsigned int num_hlp) fils_build_assoc_req() argument
|
/freebsd-src/contrib/wpa/src/common/ |
H A D | wpa_common.c | 518 fils_rmsk_to_pmk(int akmp,const u8 * rmsk,size_t rmsk_len,const u8 * snonce,const u8 * anonce,const u8 * dh_ss,size_t dh_ss_len,u8 * pmk,size_t * pmk_len) fils_rmsk_to_pmk() argument 592 fils_pmk_to_ptk(const u8 * pmk,size_t pmk_len,const u8 * spa,const u8 * aa,const u8 * snonce,const u8 * anonce,const u8 * dhss,size_t dhss_len,struct wpa_ptk * ptk,u8 * ick,size_t * ick_len,int akmp,int cipher,u8 * fils_ft,size_t * fils_ft_len,size_t kdk_len) fils_pmk_to_ptk() argument 728 fils_key_auth_sk(const u8 * ick,size_t ick_len,const u8 * snonce,const u8 * anonce,const u8 * sta_addr,const u8 * bssid,const u8 * g_sta,size_t g_sta_len,const u8 * g_ap,size_t g_ap_len,int akmp,u8 * key_auth_sta,u8 * key_auth_ap,size_t * key_auth_len) fils_key_auth_sk() argument 2039 wpa_pmk_r1_to_ptk(const u8 * pmk_r1,size_t pmk_r1_len,const u8 * snonce,const u8 * anonce,const u8 * sta_addr,const u8 * bssid,const u8 * pmk_r1_name,struct wpa_ptk * ptk,u8 * ptk_name,int akmp,int cipher,size_t kdk_len) wpa_pmk_r1_to_ptk() argument [all...] |
H A D | common_module_tests.c | 696 const u8 anonce[] = { in pasn_test_no_pasn_auth() local
|
H A D | wpa_common.h | 344 u8 anonce[WPA_NONCE_LEN]; global() member 352 u8 anonce[WPA_NONCE_LEN]; global() member
|
/freebsd-src/contrib/wpa/wpa_supplicant/ |
H A D | pasn_supplicant.c | 444 u8 anonce[FILS_NONCE_LEN]; wpas_pasn_wd_fils_rx() local
|
H A D | sme.c | 1749 const u8 *snonce, *anonce; sme_associate() local
|
H A D | wpa_supplicant_i.h | 545 u8 anonce[FILS_NONCE_LEN]; global() member
|
/freebsd-src/contrib/wpa/src/ap/ |
H A D | wpa_auth_ft.c | 810 wpa_write_ftie(struct wpa_auth_config * conf,int use_sha384,const u8 * r0kh_id,size_t r0kh_id_len,const u8 * anonce,const u8 * snonce,u8 * buf,size_t len,const u8 * subelem,size_t subelem_len,int rsnxe_used) wpa_write_ftie() argument 2520 u8 *anonce, *snonce; wpa_sm_write_assoc_resp_ies() local 3321 const u8 *anonce, *snonce, *fte_mic; wpa_ft_validate_reassoc() local [all...] |
H A D | sta_info.h | 78 u8 anonce[FILS_NONCE_LEN]; global() member
|
H A D | wpa_auth.c | 2344 fils_auth_pmk_to_ptk(struct wpa_state_machine * sm,const u8 * pmk,size_t pmk_len,const u8 * snonce,const u8 * anonce,const u8 * dhss,size_t dhss_len,struct wpabuf * g_sta,struct wpabuf * g_ap) fils_auth_pmk_to_ptk() argument 5373 const u8 *anonce = sm->ANonce; wpa_auth_resend_m1() local
|