Searched refs:conf_req (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dgssapi-client.c253 int conf_req, conf; local
259 conf_req = cvs_gssapi_encrypt;
261 conf_req = 0;
264 if (gss_wrap (&stat_min, gd->gcontext, conf_req, GSS_C_QOP_DEFAULT,
/netbsd-current/external/bsd/wpa/dist/src/common/
H A Ddpp.h226 struct wpabuf *conf_req; member in struct:dpp_authentication
H A Ddpp.c2491 struct wpabuf *buf, *conf_req; local
2493 conf_req = dpp_build_conf_req_attr(auth, json);
2494 if (!conf_req) {
2500 buf = gas_build_initial_req(0, 10 + 2 + wpabuf_len(conf_req));
2502 wpabuf_free(conf_req);
2507 dpp_write_gas_query(buf, conf_req);
2508 wpabuf_free(conf_req);
4468 wpabuf_free(auth->conf_req);

Completed in 263 milliseconds