Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hs20/client/
Dosu_client.h51 #define WORKAROUND_OCSP_OPTIONAL 0x00000001 macro
Dest.c142 (ctx->workarounds & WORKAROUND_OCSP_OPTIONAL) ? 1 : 2); in est_load_cacerts()
624 (ctx->workarounds & WORKAROUND_OCSP_OPTIONAL) ? 1 : 2); in est_build_csr()
726 (ctx->workarounds & WORKAROUND_OCSP_OPTIONAL) ? 1 : 2); in est_simple_enroll()
Dosu_client.c344 (ctx->workarounds & WORKAROUND_OCSP_OPTIONAL) ? 1 : 2); in download_cert()
3147 if (ctx->workarounds & WORKAROUND_OCSP_OPTIONAL) in check_workarounds()