Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c52 NO_OCSP, OPTIONAL_OCSP, MANDATORY_OCSP enumerator
1036 } else if (res != OCSP_GOOD && (ctx->ocsp == MANDATORY_OCSP)) { in curl_cb_ssl_verify()
1111 if (ctx->ocsp == MANDATORY_OCSP) in ocsp_resp_cb()
1113 return (ctx->ocsp == MANDATORY_OCSP) ? 0 : 1; in ocsp_resp_cb()
1217 (ctx->ocsp == MANDATORY_OCSP) ? "" : in ocsp_resp_cb()
1222 if (ctx->ocsp == MANDATORY_OCSP) in ocsp_resp_cb()
1225 return (ctx->ocsp == MANDATORY_OCSP) ? 0 : 1; in ocsp_resp_cb()
1249 if (ctx->ocsp == MANDATORY_OCSP) { in ocsp_resp_cb()
1558 ctx->ocsp = MANDATORY_OCSP; in http_ocsp_set()