Searched refs:MBEDTLS_SSL_MSG_APPLICATION_DATA (Results 1 – 4 of 4) sorted by relevance
304 #define MBEDTLS_SSL_MSG_APPLICATION_DATA 23 macro
1467 #define SSL_MSG_APPLICATION_DATA MBEDTLS_SSL_MSG_APPLICATION_DATA
325 case MBEDTLS_SSL_MSG_APPLICATION_DATA: return( "ApplicationData" ); in msg_type()
2331 && ssl->in_msgtype != MBEDTLS_SSL_MSG_APPLICATION_DATA ) in ssl_decrypt_buf()4062 ssl->in_msgtype != MBEDTLS_SSL_MSG_APPLICATION_DATA ) in ssl_parse_record_header()4166 if( ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA && in ssl_parse_record_header()8404 ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA ) in mbedtls_ssl_read()8573 if( ssl->in_msgtype != MBEDTLS_SSL_MSG_APPLICATION_DATA ) in mbedtls_ssl_read()8688 ssl->out_msgtype = MBEDTLS_SSL_MSG_APPLICATION_DATA; in ssl_write_real()
Completed in 34 milliseconds