Home
last modified time | relevance | path

Searched refs:alert_dispatch (Results 1 – 7 of 7) sorted by relevance

/openssl/ssl/
H A Ds3_msg.c64 s->s3.alert_dispatch = SSL_ALERT_DISPATCH_PENDING; in ssl3_send_alert()
90 sc->s3.alert_dispatch = SSL_ALERT_DISPATCH_NONE; in ssl3_dispatch_alert()
107 if (sc->s3.alert_dispatch != SSL_ALERT_DISPATCH_RETRY) { in ssl3_dispatch_alert()
113 sc->s3.alert_dispatch = SSL_ALERT_DISPATCH_NONE; in ssl3_dispatch_alert()
124 sc->s3.alert_dispatch = SSL_ALERT_DISPATCH_NONE; in ssl3_dispatch_alert()
132 sc->s3.alert_dispatch = SSL_ALERT_DISPATCH_RETRY; in ssl3_dispatch_alert()
142 sc->s3.alert_dispatch = SSL_ALERT_DISPATCH_NONE; in ssl3_dispatch_alert()
H A Dd1_msg.c51 s->s3.alert_dispatch = SSL_ALERT_DISPATCH_NONE; in dtls1_dispatch_alert()
59 s->s3.alert_dispatch = 1; in dtls1_dispatch_alert()
H A Ds3_lib.c4525 if (sc->s3.alert_dispatch > 0) in ssl3_shutdown()
4527 } else if (sc->s3.alert_dispatch > 0) { in ssl3_shutdown()
4550 && sc->s3.alert_dispatch == SSL_ALERT_DISPATCH_NONE) in ssl3_shutdown()
H A Dssl_local.h1296 int alert_dispatch; member
H A Dssl_lib.c2577 if (sc->s3.alert_dispatch > 0) { in SSL_sendfile()
/openssl/ssl/record/
H A Drec_layer_d1.c630 if (sc->s3.alert_dispatch > 0) { in do_dtls1_write()
H A Drec_layer_s3.c367 if (s->s3.alert_dispatch > 0) { in ssl3_write_bytes()

Completed in 49 milliseconds