Lines Matching refs:pix
888 struct wpabuf *pix, *prx, *bix, *brx; in dpp_gen_r_auth() local
900 pix = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_r_auth()
910 pix = crypto_ec_key_get_pubkey_point(auth->peer_protocol_key, in dpp_gen_r_auth()
920 if (!pix || !prx || !brx) in dpp_gen_r_auth()
931 addr[num_elem] = wpabuf_head(pix); in dpp_gen_r_auth()
932 len[num_elem] = wpabuf_len(pix) / 2; in dpp_gen_r_auth()
961 wpabuf_free(pix); in dpp_gen_r_auth()
971 struct wpabuf *pix = NULL, *prx = NULL, *bix = NULL, *brx = NULL; in dpp_gen_i_auth() local
983 pix = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_i_auth()
995 pix = crypto_ec_key_get_pubkey_point(auth->peer_protocol_key, in dpp_gen_i_auth()
1007 if (!pix || !prx || !brx) in dpp_gen_i_auth()
1022 addr[num_elem] = wpabuf_head(pix); in dpp_gen_i_auth()
1023 len[num_elem] = wpabuf_len(pix) / 2; in dpp_gen_i_auth()
1048 wpabuf_free(pix); in dpp_gen_i_auth()