Lines Matching refs:dh_ss
5565 struct wpabuf *dh_ss = NULL; in fils_process_auth() local
5616 dh_ss = crypto_ecdh_set_peerkey(sm->fils_ecdh, 1, pos, in fils_process_auth()
5618 if (!dh_ss) { in fils_process_auth()
5622 wpa_hexdump_buf_key(MSG_DEBUG, "FILS: DH_SS", dh_ss); in fils_process_auth()
5767 dh_ss ? wpabuf_head(dh_ss) : NULL, in fils_process_auth()
5768 dh_ss ? wpabuf_len(dh_ss) : 0, in fils_process_auth()
5774 wpabuf_clear_free(dh_ss); in fils_process_auth()
5775 dh_ss = NULL; in fils_process_auth()
5810 dh_ss ? wpabuf_head(dh_ss) : NULL, in fils_process_auth()
5811 dh_ss ? wpabuf_len(dh_ss) : 0, in fils_process_auth()
5829 wpabuf_clear_free(dh_ss); in fils_process_auth()
5830 dh_ss = NULL; in fils_process_auth()
5870 wpabuf_clear_free(dh_ss); in fils_process_auth()