Searched refs:pix (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dpp.c | 1887 struct wpabuf *pix, *prx, *bix, *brx; in dpp_gen_r_auth() local 1899 pix = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_r_auth() 1907 pix = dpp_get_pubkey_point(auth->peer_protocol_key, 0); in dpp_gen_r_auth() 1915 if (!pix || !prx || !brx) in dpp_gen_r_auth() 1926 addr[num_elem] = wpabuf_head(pix); in dpp_gen_r_auth() 1927 len[num_elem] = wpabuf_len(pix) / 2; in dpp_gen_r_auth() 1956 wpabuf_free(pix); in dpp_gen_r_auth() 1965 struct wpabuf *pix = NULL, *prx = NULL, *bix = NULL, *brx = NULL; in dpp_gen_i_auth() local 1977 pix = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_i_auth() 1987 pix = dpp_get_pubkey_point(auth->peer_protocol_key, 0); in dpp_gen_i_auth() [all …]
|