Searched refs:prx (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.7.0/components/wpa_supplicant/src/common/ |
D | dpp.c | 1887 struct wpabuf *pix, *prx, *bix, *brx; in dpp_gen_r_auth() local 1900 prx = dpp_get_pubkey_point(auth->peer_protocol_key, 0); in dpp_gen_r_auth() 1908 prx = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_r_auth() 1915 if (!pix || !prx || !brx) in dpp_gen_r_auth() 1930 addr[num_elem] = wpabuf_head(prx); in dpp_gen_r_auth() 1931 len[num_elem] = wpabuf_len(prx) / 2; in dpp_gen_r_auth() 1957 wpabuf_free(prx); in dpp_gen_r_auth() 1965 struct wpabuf *pix = NULL, *prx = NULL, *bix = NULL, *brx = NULL; in dpp_gen_i_auth() local 1978 prx = dpp_get_pubkey_point(auth->peer_protocol_key, 0); in dpp_gen_i_auth() 1988 prx = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_i_auth() [all …]
|