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()
3094 record_type != MBEDTLS_SSL_MSG_ALERT && in ssl_check_record_type()4474 if( ssl->in_msgtype == MBEDTLS_SSL_MSG_ALERT ) in mbedtls_ssl_handle_message_type()4566 ssl->out_msgtype = MBEDTLS_SSL_MSG_ALERT; in mbedtls_ssl_send_alert_message()5192 if( ssl->in_msgtype == MBEDTLS_SSL_MSG_ALERT ) in mbedtls_ssl_read()
457 #define MBEDTLS_SSL_MSG_ALERT 21 macro