Lines Matching refs:anonce
502 const u8 *snonce, const u8 *anonce, const u8 *dh_ss, in fils_rmsk_to_pmk() argument
523 wpa_hexdump(MSG_DEBUG, "FILS: ANonce", anonce, FILS_NONCE_LEN); in fils_rmsk_to_pmk()
527 os_memcpy(&nonces[FILS_NONCE_LEN], anonce, FILS_NONCE_LEN); in fils_rmsk_to_pmk()
576 const u8 *snonce, const u8 *anonce, const u8 *dhss, in fils_pmk_to_ptk() argument
610 os_memcpy(pos, anonce, FILS_NONCE_LEN); in fils_pmk_to_ptk()
653 wpa_hexdump(MSG_DEBUG, "FILS: ANonce", anonce, FILS_NONCE_LEN); in fils_pmk_to_ptk()
687 const u8 *anonce, const u8 *sta_addr, const u8 *bssid, in fils_key_auth_sk() argument
702 wpa_hexdump(MSG_DEBUG, "FILS: ANonce", anonce, FILS_NONCE_LEN); in fils_key_auth_sk()
713 addr[1] = anonce; in fils_key_auth_sk()
746 addr[0] = anonce; in fils_key_auth_sk()
1034 parse->fte_anonce = ftie_sha384->anonce; in wpa_ft_parse_ies()
1036 ftie_sha384->anonce, in wpa_ft_parse_ies()
1055 parse->fte_anonce = ftie->anonce; in wpa_ft_parse_ies()
1057 ftie->anonce, WPA_NONCE_LEN); in wpa_ft_parse_ies()
1731 const u8 *snonce, const u8 *anonce, in wpa_pmk_r1_to_ptk() argument
1752 wpa_hexdump(MSG_DEBUG, "FT: ANonce", anonce, WPA_NONCE_LEN); in wpa_pmk_r1_to_ptk()
1758 os_memcpy(pos, anonce, WPA_NONCE_LEN); in wpa_pmk_r1_to_ptk()
1810 addr[3] = anonce; in wpa_pmk_r1_to_ptk()