Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/utils/
H A Dhttp-utils.h12 struct http_ctx;
14 struct http_ctx * http_init_ctx(void *upper_ctx, struct xml_node_ctx *xml_ctx);
15 void http_ocsp_set(struct http_ctx *ctx, int val);
16 void http_deinit_ctx(struct http_ctx *ctx);
18 int http_download_file(struct http_ctx *ctx, const char *url,
20 char * http_post(struct http_ctx *ctx, const char *url, const char *data,
26 const char * http_get_err(struct http_ctx *ctx);
H A Dhttp_curl.c34 struct http_ctx { struct
55 static void clear_curl(struct http_ctx *ctx) in clear_curl() argument
68 static void debug_dump(struct http_ctx *ctx, const char *title, in debug_dump()
102 struct http_ctx *ctx = userdata; in curl_cb_debug()
139 struct http_ctx *ctx = userdata; in curl_cb_write()
181 struct http_ctx *ctx; in curl_cb_ssl_verify()
295 struct http_ctx *ctx = arg; in ocsp_resp_cb()
499 struct http_ctx *ctx = parm; in curl_cb_ssl()
531 static CURL * setup_curl_post(struct http_ctx *ctx, const char *address, in setup_curl_post()
594 static void free_curl_buf(struct http_ctx *ctx) in free_curl_buf()
[all …]
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_http.c75 if (ctx->http_ctx == NULL) { /* using existing connection or yet not set up own connection */ in OSSL_CMP_MSG_http_perform()
92 rsp = OSSL_HTTP_transfer(&ctx->http_ctx, ctx->server, server_port, in OSSL_CMP_MSG_http_perform()
108 if (ctx->http_ctx == NULL) in OSSL_CMP_MSG_http_perform()
H A Dcmp_ctx.c168 if (ctx->http_ctx != NULL) { in OSSL_CMP_CTX_reinit()
169 (void)OSSL_HTTP_close(ctx->http_ctx, 1); in OSSL_CMP_CTX_reinit()
171 ctx->http_ctx = NULL; in OSSL_CMP_CTX_reinit()
199 if (ctx->http_ctx != NULL) { in OSSL_CMP_CTX_free()
200 (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/contrib/wpa/hs20/client/
H A Dosu_client.h14 struct http_ctx *http;