Searched refs:SSL_CB_WRITE_ALERT (Results 1 – 4 of 4) sorted by relevance
269 ssl_do_info_callback(ssl, SSL_CB_WRITE_ALERT, alert); in dtls1_dispatch_alert()
420 ssl_do_info_callback(ssl, SSL_CB_WRITE_ALERT, alert); in ssl3_dispatch_alert()
227 ssl_do_info_callback(ssl, SSL_CB_WRITE_ALERT, ((int)level << 8) | desc); in ssl3_add_alert()
3441 #define SSL_CB_WRITE_ALERT (SSL_CB_ALERT | SSL_CB_WRITE) macro