Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/wpa/src/utils/
H A Dhttp-utils.h12 struct http_ctx;
39 int soap_init_client(struct http_ctx *ctx, const char *address,
43 int soap_reinit_client(struct http_ctx *ctx);
44 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node);
47 void http_ocsp_set(struct http_ctx *ctx, int val);
48 void http_deinit_ctx(struct http_ctx *ctx);
50 int http_download_file(struct http_ctx *ctx, const char *url,
52 char * http_post(struct http_ctx *ctx, const char *url, const char *data,
58 void http_set_cert_cb(struct http_ctx *ctx,
61 const char * http_get_err(struct http_ctx *ctx);
[all …]
H A Dhttp_curl.c42 struct http_ctx { struct
71 static void clear_curl(struct http_ctx *ctx) in clear_curl() argument
128 struct http_ctx *ctx = userdata; in curl_cb_debug()
165 struct http_ctx *ctx = userdata; in curl_cb_write()
974 struct http_ctx *ctx; in curl_cb_ssl_verify()
1091 struct http_ctx *ctx = arg; in ocsp_resp_cb()
1295 struct http_ctx *ctx = parm; in curl_cb_ssl()
1444 int soap_reinit_client(struct http_ctx *ctx) in soap_reinit_client()
1552 struct http_ctx *ctx; in http_init_ctx()
1578 void http_deinit_ctx(struct http_ctx *ctx) in http_deinit_ctx()
[all …]
/freebsd-14.2/crypto/openssl/crypto/cmp/
H A Dcmp_http.c75 if (ctx->http_ctx == NULL) in OSSL_CMP_MSG_http_perform()
79 rsp = OSSL_HTTP_transfer(&ctx->http_ctx, ctx->server, server_port, in OSSL_CMP_MSG_http_perform()
94 if (ctx->http_ctx == NULL) in OSSL_CMP_MSG_http_perform()
H A Dcmp_ctx.c160 if (ctx->http_ctx != NULL) { in OSSL_CMP_CTX_reinit()
161 (void)OSSL_HTTP_close(ctx->http_ctx, 1); in OSSL_CMP_CTX_reinit()
163 ctx->http_ctx = NULL; in OSSL_CMP_CTX_reinit()
188 if (ctx->http_ctx != NULL) { in OSSL_CMP_CTX_free()
189 (void)OSSL_HTTP_close(ctx->http_ctx, 1); in OSSL_CMP_CTX_free()
H A Dcmp_local.h43 OSSL_HTTP_REQ_CTX *http_ctx; member
/freebsd-14.2/contrib/wpa/hs20/client/
H A Dosu_client.h29 struct http_ctx *http;