Home
last modified time | relevance | path

Searched refs:http_ocsp_set (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/hs20/client/
H A Dest.c135 http_ocsp_set(ctx->http, 1); in est_load_cacerts()
138 http_ocsp_set(ctx->http, in est_load_cacerts()
593 http_ocsp_set(ctx->http, 1); in est_build_csr()
596 http_ocsp_set(ctx->http, in est_build_csr()
693 http_ocsp_set(ctx->http, 1); in est_simple_enroll()
698 http_ocsp_set(ctx->http, in est_simple_enroll()
H A Dosu_client.c341 http_ocsp_set(ctx->http, 1); in download_cert()
343 http_ocsp_set(ctx->http, in download_cert()
3150 http_ocsp_set(ctx->http, 2); in init_ctx()
3192 http_ocsp_set(ctx->http, 1); in check_workarounds()
/freebsd/contrib/wpa/src/utils/
H A Dhttp-utils.h47 void http_ocsp_set(struct http_ctx *ctx, int val);
H A Dhttp_curl.c1567 void http_ocsp_set(struct http_ctx *ctx, int val) in http_ocsp_set() function