Home | History | Annotate | Download | only in crypto

Lines Matching refs:alert

308 	 * and "close notify" shutdown alert would confuse AS. */
1335 gnutls_alert_description_t alert;
1347 alert = gnutls_alert_get(conn->session);
1348 wpa_printf(MSG_DEBUG, "%s - received fatal '%s' alert",
1349 __func__, gnutls_alert_get_name(alert));
1355 ev.alert.is_local = 0;
1356 ev.alert.type = gnutls_alert_get_name(alert);
1357 ev.alert.description = ev.alert.type;