Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hs20/client/
Dest.c137 http_ocsp_set(ctx->http, 1); in est_load_cacerts()
140 http_ocsp_set(ctx->http, in est_load_cacerts()
607 http_ocsp_set(ctx->http, 1); in est_build_csr()
610 http_ocsp_set(ctx->http, in est_build_csr()
709 http_ocsp_set(ctx->http, 1); in est_simple_enroll()
714 http_ocsp_set(ctx->http, in est_simple_enroll()
Dosu_client.c311 http_ocsp_set(ctx->http, 1); in download_cert()
313 http_ocsp_set(ctx->http, in download_cert()
2948 http_ocsp_set(ctx->http, 2); in init_ctx()
2990 http_ocsp_set(ctx->http, 1); in check_workarounds()
/external/wpa_supplicant_8/src/utils/
Dhttp-utils.h46 void http_ocsp_set(struct http_ctx *ctx, int val);
Dhttp_curl.c1551 void http_ocsp_set(struct http_ctx *ctx, int val) in http_ocsp_set() function