Home | History | Annotate | Download | only in tls

Lines Matching defs:alert

145 	u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct;
185 in_msg, &in_msg_len, &alert);
189 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
312 u8 alert, *out_pos, ct;
323 alert = TLS_ALERT_INTERNAL_ERROR;
337 alert = TLS_ALERT_INTERNAL_ERROR;
343 out_pos, &olen, &alert);
359 alert = TLS_ALERT_INTERNAL_ERROR;
369 wpa_printf(MSG_DEBUG, "TLSv1: Alert "
371 alert = TLS_ALERT_DECODE_ERROR;
374 wpa_printf(MSG_DEBUG, "TLSv1: Received alert %d:%d",
382 alert = out_pos[1];
390 alert = TLS_ALERT_UNEXPECTED_MESSAGE;
407 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);