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.c138 http_ocsp_set(ctx->http, 1); in est_load_cacerts()
141 http_ocsp_set(ctx->http, in est_load_cacerts()
620 http_ocsp_set(ctx->http, 1); in est_build_csr()
623 http_ocsp_set(ctx->http, in est_build_csr()
720 http_ocsp_set(ctx->http, 1); in est_simple_enroll()
725 http_ocsp_set(ctx->http, in est_simple_enroll()
Dosu_client.c341 http_ocsp_set(ctx->http, 1); in download_cert()
343 http_ocsp_set(ctx->http, in download_cert()
3106 http_ocsp_set(ctx->http, 2); in init_ctx()
3148 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.c1588 void http_ocsp_set(struct http_ctx *ctx, int val) in http_ocsp_set() function