Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/hs20/client/
H A Dest.c139 (ctx->workarounds & WORKAROUND_OCSP_OPTIONAL) ? 1 : 2); in est_load_cacerts()
597 (ctx->workarounds & WORKAROUND_OCSP_OPTIONAL) ? 1 : 2); in est_build_csr()
699 (ctx->workarounds & WORKAROUND_OCSP_OPTIONAL) ? 1 : 2); in est_simple_enroll()
H A Dosu_client.h51 #define WORKAROUND_OCSP_OPTIONAL 0x00000001 macro
H A Dosu_client.c344 (ctx->workarounds & WORKAROUND_OCSP_OPTIONAL) ? 1 : 2); in download_cert()
3191 if (ctx->workarounds & WORKAROUND_OCSP_OPTIONAL) in check_workarounds()