Searched defs:anonce (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c29 const u8 *anonce = key->key_nonce; local
161 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) argument
499 const u8 *anonce, *snonce; local
851 const u8 *anonce, *snonce, *fte_mic; local
[all...]
H A Dwpa.c4079 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) argument
H A Dwpa_i.h27 u8 anonce[WPA_NONCE_LEN]; /* ANonce from the last 1/4 msg */ member in struct:wpa_sm
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dsme.c1463 const u8 *snonce, *anonce; local
/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_common.c477 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) argument
551 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) argument
662 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) argument
1696 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) argument
[all...]
H A Dwpa_common.h314 u8 anonce[WPA_NONCE_LEN]; member in struct:rsn_ftie
322 u8 anonce[WPA_NONCE_LEN]; member in struct:rsn_ftie_sha384
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.c4959 const u8 *anonce = sm->ANonce; local
2248 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) argument
H A Dwpa_auth_ft.c2427 u8 *anonce, *snonce; local
807 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) argument
3124 const u8 *anonce, *snonce, *fte_mic; local
[all...]

Completed in 130 milliseconds