Searched refs:MBEDTLS_SSL_MSG_ALERT (Results 1 – 3 of 3) sorted by relevance
314 case MBEDTLS_SSL_MSG_ALERT: return "Alert"; in msg_type()
3682 record_type != MBEDTLS_SSL_MSG_ALERT && in ssl_check_record_type()5082 if (ssl->in_msgtype == MBEDTLS_SSL_MSG_ALERT) { in mbedtls_ssl_handle_message_type()5171 ssl->out_msgtype = MBEDTLS_SSL_MSG_ALERT; in mbedtls_ssl_send_alert_message()5905 if (ssl->in_msgtype == MBEDTLS_SSL_MSG_ALERT) { in mbedtls_ssl_read()
524 #define MBEDTLS_SSL_MSG_ALERT 21 macro