Home
last modified time | relevance | path

Searched refs:MSG_FLOW_ERROR (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/ssl/statem/
Dstatem.c123 if (s->statem.in_init && s->statem.state == MSG_FLOW_ERROR) in ossl_statem_fatal()
126 s->statem.state = MSG_FLOW_ERROR; in ossl_statem_fatal()
140 && (s)->statem.state == MSG_FLOW_ERROR)) \
154 if (s->statem.state == MSG_FLOW_ERROR) in ossl_statem_in_error()
306 if (st->state == MSG_FLOW_ERROR) { in state_machine()
Dstatem.h50 MSG_FLOW_ERROR, enumerator
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_code.h68 MSG_FLOW_ERROR, enumerator
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c73 if (ssl->statem.state == MSG_FLOW_ERROR) in ossl_statem_in_error()