Home
last modified time | relevance | path

Searched refs:dh_ss (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/wpa/dist/src/rsn_supp/
H A Dwpa.c3682 struct wpabuf *dh_ss = NULL; in fils_process_auth() local
3730 if (!dh_ss) { in fils_process_auth()
3881 dh_ss ? wpabuf_head(dh_ss) : NULL, in fils_process_auth()
3882 dh_ss ? wpabuf_len(dh_ss) : 0, in fils_process_auth()
3888 wpabuf_clear_free(dh_ss); in fils_process_auth()
3889 dh_ss = NULL; in fils_process_auth()
3916 dh_ss ? wpabuf_head(dh_ss) : NULL, in fils_process_auth()
3917 dh_ss ? wpabuf_len(dh_ss) : 0, in fils_process_auth()
3925 wpabuf_clear_free(dh_ss); in fils_process_auth()
3926 dh_ss = NULL; in fils_process_auth()
[all …]
/netbsd/external/bsd/wpa/dist/src/common/
H A Dwpa_common.c478 const u8 *snonce, const u8 *anonce, const u8 *dh_ss, in fils_rmsk_to_pmk() argument
500 wpa_hexdump(MSG_DEBUG, "FILS: DHss", dh_ss, dh_ss_len); in fils_rmsk_to_pmk()
507 if (dh_ss) { in fils_rmsk_to_pmk()
508 addr[1] = dh_ss; in fils_rmsk_to_pmk()
H A Dwpa_common.h356 const u8 *snonce, const u8 *anonce, const u8 *dh_ss,