Lines Matching defs:prx
888 struct wpabuf *pix, *prx, *bix, *brx;
901 prx = crypto_ec_key_get_pubkey_point(auth->peer_protocol_key,
912 prx = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0);
920 if (!pix || !prx || !brx)
935 addr[num_elem] = wpabuf_head(prx);
936 len[num_elem] = wpabuf_len(prx) / 2;
962 wpabuf_free(prx);
971 struct wpabuf *pix = NULL, *prx = NULL, *bix = NULL, *brx = NULL;
984 prx = crypto_ec_key_get_pubkey_point(auth->peer_protocol_key,
997 prx = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0);
1007 if (!pix || !prx || !brx)
1018 addr[num_elem] = wpabuf_head(prx);
1019 len[num_elem] = wpabuf_len(prx) / 2;
1049 wpabuf_free(prx);