HomeSort by: relevance | last modified time | path
    Searched defs:conf_req (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
gssapi-client.c 253 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,
gssapi-client.c 253 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,
  /src/external/bsd/wpa/dist/src/common/
dpp.c 945 struct wpabuf *buf, *conf_req; local
947 conf_req = dpp_build_conf_req_attr(auth, json);
948 if (!conf_req) {
954 buf = gas_build_initial_req(0, 10 + 2 + wpabuf_len(conf_req));
956 wpabuf_free(conf_req);
961 dpp_write_gas_query(buf, conf_req);
962 wpabuf_free(conf_req);
1466 wpabuf_free(auth->conf_req);
dpp.c 945 struct wpabuf *buf, *conf_req; local
947 conf_req = dpp_build_conf_req_attr(auth, json);
948 if (!conf_req) {
954 buf = gas_build_initial_req(0, 10 + 2 + wpabuf_len(conf_req));
956 wpabuf_free(conf_req);
961 dpp_write_gas_query(buf, conf_req);
962 wpabuf_free(conf_req);
1466 wpabuf_free(auth->conf_req);
dpp.h 344 struct wpabuf *conf_req; member in struct:dpp_authentication
dpp.h 344 struct wpabuf *conf_req; member in struct:dpp_authentication

Completed in 52 milliseconds