Searched refs:ossl_statem_in_error (Results 1 – 6 of 6) sorted by relevance
18 if (sc == NULL || ossl_statem_in_error(sc)) in SSL_state_string_long()135 if (sc == NULL || ossl_statem_in_error(sc)) in SSL_state_string()
7240 if (sc->hello_retry_request == SSL_HRR_PENDING && !ossl_statem_in_error(sc)) in SSL_stateless()
152 int ossl_statem_in_error(const SSL_CONNECTION *s);
241 } else if (ossl_statem_in_error(sc)) { in dtls1_read_bytes()507 if (ossl_statem_in_error(sc)) in dtls1_read_bytes()
194 int ossl_statem_in_error(const SSL_CONNECTION *s) in ossl_statem_in_error() function
1060 if (!dtls1_is_timer_expired(s) || ossl_statem_in_error(s)) { in dtls1_read_failed()
Completed in 34 milliseconds