Searched refs:MBEDTLS_SSL_MSG_ALERT (Results 1 – 3 of 3) sorted by relevance
327 case MBEDTLS_SSL_MSG_ALERT: return "Alert"; in msg_type()
3470 record_type != MBEDTLS_SSL_MSG_ALERT && in ssl_check_record_type()4793 if (ssl->in_msgtype == MBEDTLS_SSL_MSG_ALERT) { in mbedtls_ssl_handle_message_type()4882 ssl->out_msgtype = MBEDTLS_SSL_MSG_ALERT; in mbedtls_ssl_send_alert_message()5575 if (ssl->in_msgtype == MBEDTLS_SSL_MSG_ALERT) { in mbedtls_ssl_read()
491 #define MBEDTLS_SSL_MSG_ALERT 21 macro