Home
last modified time | relevance | path

Searched refs:MSG_FLOW_ERROR (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem.c122 if (s->statem.in_init && s->statem.state == MSG_FLOW_ERROR) in ossl_statem_send_fatal()
125 s->statem.state = MSG_FLOW_ERROR; in ossl_statem_send_fatal()
156 && (s)->statem.state == MSG_FLOW_ERROR)) \
169 if (s->statem.state == MSG_FLOW_ERROR) in ossl_statem_in_error()
306 * In addition to the above there is also the MSG_FLOW_ERROR state. We can move
321 if (st->state == MSG_FLOW_ERROR) { in state_machine()
H A Dstatem.h50 MSG_FLOW_ERROR, enumerator
/third_party/openssl/ssl/statem/
H A Dstatem.c122 if (s->statem.in_init && s->statem.state == MSG_FLOW_ERROR) in ossl_statem_send_fatal()
125 s->statem.state = MSG_FLOW_ERROR; in ossl_statem_send_fatal()
156 && (s)->statem.state == MSG_FLOW_ERROR)) \
169 if (s->statem.state == MSG_FLOW_ERROR) in ossl_statem_in_error()
306 * In addition to the above there is also the MSG_FLOW_ERROR state. We can move
321 if (st->state == MSG_FLOW_ERROR) { in state_machine()
H A Dstatem.h50 MSG_FLOW_ERROR, enumerator
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_code.h68 MSG_FLOW_ERROR, enumerator
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_lib.c73 if (ssl->statem.state == MSG_FLOW_ERROR) in ossl_statem_in_error()

Completed in 6 milliseconds