Searched refs:alert_code (Results 1 – 3 of 3) sorted by relevance
80 int (*alert_cb)(void *arg, unsigned char alert_code);
69 static int ch_on_handshake_alert(void *arg, unsigned char alert_code);1058 static int ch_on_handshake_alert(void *arg, unsigned char alert_code) in ch_on_handshake_alert() argument1067 if (alert_code == SSL_AD_UNEXPECTED_MESSAGE in ch_on_handshake_alert()1082 else if (alert_code == SSL_AD_ILLEGAL_PARAMETER in ch_on_handshake_alert()1092 + alert_code, in ch_on_handshake_alert()
109 int (*alert_cb)(void *arg, unsigned char alert_code);
Completed in 16 milliseconds