Searched refs:TLS_CONN_REQUIRE_OCSP (Results 1 – 4 of 4) sorted by relevance
569 if (params->flags & (TLS_CONN_REQUEST_OCSP | TLS_CONN_REQUIRE_OCSP)) { in tls_connection_set_params()579 if (params->flags & TLS_CONN_REQUIRE_OCSP) { in tls_connection_set_params()831 if (!(conn->flags & (TLS_CONN_REQUEST_OCSP | TLS_CONN_REQUIRE_OCSP))) in check_ocsp()835 if (conn->flags & TLS_CONN_REQUIRE_OCSP) { in check_ocsp()901 if (conn->flags & TLS_CONN_REQUIRE_OCSP) in check_ocsp()
92 #define TLS_CONN_REQUIRE_OCSP BIT(4) macro
3278 return (conn->flags & TLS_CONN_REQUIRE_OCSP) ? 0 : 1; in ocsp_resp_cb()3373 (conn->flags & TLS_CONN_REQUIRE_OCSP) ? "" : in ocsp_resp_cb()3377 return (conn->flags & TLS_CONN_REQUIRE_OCSP) ? 0 : 1; in ocsp_resp_cb()3398 if (conn->flags & TLS_CONN_REQUIRE_OCSP) { in ocsp_resp_cb()
190 params->flags |= TLS_CONN_REQUIRE_OCSP; in eap_tls_init_connection()