Searched refs:MBEDTLS_SSL_MSG_APPLICATION_DATA (Results 1 – 5 of 5) sorted by relevance
238 case MBEDTLS_SSL_MSG_APPLICATION_DATA: return( "ApplicationData" ); in msg_type()
268 #define MBEDTLS_SSL_MSG_APPLICATION_DATA 23 macro
1503 #define SSL_MSG_APPLICATION_DATA MBEDTLS_SSL_MSG_APPLICATION_DATA
3494 ssl->in_msgtype != MBEDTLS_SSL_MSG_APPLICATION_DATA ) in ssl_parse_record_header()3592 if( ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA && in ssl_parse_record_header()6574 ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA ) in mbedtls_ssl_read()6709 if( ssl->in_msgtype != MBEDTLS_SSL_MSG_APPLICATION_DATA ) in mbedtls_ssl_read()6796 ssl->out_msgtype = MBEDTLS_SSL_MSG_APPLICATION_DATA; in ssl_write_real()
1048 SSL_MSG_APPLICATION_DATA MBEDTLS_SSL_MSG_APPLICATION_DATA