Searched refs:dh_ss (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 4183 struct wpabuf *dh_ss = NULL; in fils_process_auth() local 4229 dh_ss = crypto_ecdh_set_peerkey(sm->fils_ecdh, 1, pos, in fils_process_auth() 4231 if (!dh_ss) { in fils_process_auth() 4235 wpa_hexdump_buf_key(MSG_DEBUG, "FILS: DH_SS", dh_ss); in fils_process_auth() 4382 dh_ss ? wpabuf_head(dh_ss) : NULL, in fils_process_auth() 4383 dh_ss ? wpabuf_len(dh_ss) : 0, in fils_process_auth() 4389 wpabuf_clear_free(dh_ss); in fils_process_auth() 4390 dh_ss = NULL; in fils_process_auth() 4424 dh_ss ? wpabuf_head(dh_ss) : NULL, in fils_process_auth() 4425 dh_ss ? wpabuf_len(dh_ss) : 0, in fils_process_auth() [all …]
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.h | 394 const u8 *snonce, const u8 *anonce, const u8 *dh_ss,
|
D | wpa_common.c | 518 const u8 *snonce, const u8 *anonce, const u8 *dh_ss, in fils_rmsk_to_pmk() argument 540 wpa_hexdump(MSG_DEBUG, "FILS: DHss", dh_ss, dh_ss_len); in fils_rmsk_to_pmk() 547 if (dh_ss) { in fils_rmsk_to_pmk() 548 addr[1] = dh_ss; in fils_rmsk_to_pmk()
|