Home
last modified time | relevance | path

Searched refs:bix (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.c1887 struct wpabuf *pix, *prx, *bix, *brx; in dpp_gen_r_auth() local
1902 bix = dpp_get_pubkey_point(auth->own_bi->pubkey, 0); in dpp_gen_r_auth()
1904 bix = NULL; in dpp_gen_r_auth()
1910 bix = dpp_get_pubkey_point(auth->peer_bi->pubkey, 0); in dpp_gen_r_auth()
1912 bix = NULL; in dpp_gen_r_auth()
1934 if (bix) { in dpp_gen_r_auth()
1935 addr[num_elem] = wpabuf_head(bix); in dpp_gen_r_auth()
1936 len[num_elem] = wpabuf_len(bix) / 2; in dpp_gen_r_auth()
1958 wpabuf_free(bix); in dpp_gen_r_auth()
1965 struct wpabuf *pix = NULL, *prx = NULL, *bix = NULL, *brx = NULL; in dpp_gen_i_auth() local
[all …]