Searched refs:ssl_dispatch_alert (Results 1 – 4 of 4) sorted by relevance
588 i=s->method->ssl_dispatch_alert(s); in do_ssl3_write()1276 s->method->ssl_dispatch_alert(s); in ssl3_send_alert()
1278 i=s->method->ssl_dispatch_alert(s); in do_dtls1_write()
2095 s->method->ssl_dispatch_alert(s); in ssl3_shutdown()
384 int (*ssl_dispatch_alert)(SSL *s); member