Searched refs:dh_ss (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 3652 struct wpabuf *dh_ss = NULL; in fils_process_auth() local 3698 dh_ss = crypto_ecdh_set_peerkey(sm->fils_ecdh, 1, pos, in fils_process_auth() 3700 if (!dh_ss) { in fils_process_auth() 3704 wpa_hexdump_buf_key(MSG_DEBUG, "FILS: DH_SS", dh_ss); in fils_process_auth() 3851 dh_ss ? wpabuf_head(dh_ss) : NULL, in fils_process_auth() 3852 dh_ss ? wpabuf_len(dh_ss) : 0, in fils_process_auth() 3858 wpabuf_clear_free(dh_ss); in fils_process_auth() 3859 dh_ss = NULL; in fils_process_auth() 3886 dh_ss ? wpabuf_head(dh_ss) : NULL, in fils_process_auth() 3887 dh_ss ? wpabuf_len(dh_ss) : 0, in fils_process_auth() [all …]
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.c | 478 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()
|
D | wpa_common.h | 353 const u8 *snonce, const u8 *anonce, const u8 *dh_ss,
|