Searched refs:MBEDTLS_SSL_MSG_ALERT (Results 1 – 3 of 3) sorted by relevance
339 case MBEDTLS_SSL_MSG_ALERT: return( "Alert" ); in msg_type()
3104 record_type != MBEDTLS_SSL_MSG_ALERT && in ssl_check_record_type()4484 if( ssl->in_msgtype == MBEDTLS_SSL_MSG_ALERT ) in mbedtls_ssl_handle_message_type()4576 ssl->out_msgtype = MBEDTLS_SSL_MSG_ALERT; in mbedtls_ssl_send_alert_message()5202 if( ssl->in_msgtype == MBEDTLS_SSL_MSG_ALERT ) in mbedtls_ssl_read()
457 #define MBEDTLS_SSL_MSG_ALERT 21 macro