Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dssl_stat.c19 if (sc == NULL || ossl_statem_in_error(sc)) in SSL_state_string_long()
136 if (sc == NULL || ossl_statem_in_error(sc)) in SSL_state_string()
H A Dssl_lib.c7370 if (sc->hello_retry_request == SSL_HRR_PENDING && !ossl_statem_in_error(sc)) in SSL_stateless()
/freebsd/crypto/openssl/include/internal/
H A Dstatem.h154 int ossl_statem_in_error(const SSL_CONNECTION *s);
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_d1.c242 } else if (ossl_statem_in_error(sc)) { in dtls1_read_bytes()
519 if (ossl_statem_in_error(sc)) in dtls1_read_bytes()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem.c195 int ossl_statem_in_error(const SSL_CONNECTION *s) in ossl_statem_in_error() function
H A Dstatem_dtls.c1073 if (!dtls1_is_timer_expired(s) || ossl_statem_in_error(s)) { in dtls1_read_failed()