Searched refs:ossl_statem_send_fatal (Results 1 – 3 of 3) sorted by relevance
142 void ossl_statem_send_fatal(SSL_CONNECTION *s, int al);145 # define SSLfatal_alert(s, al) ossl_statem_send_fatal((s), (al))
200 void ossl_statem_send_fatal(SSL_CONNECTION *s, int al) in ossl_statem_send_fatal() function
146 void ossl_statem_send_fatal(SSL_CONNECTION *s, int al) in ossl_statem_send_fatal() function172 ossl_statem_send_fatal(s, al); in ossl_statem_fatal()
Completed in 14 milliseconds