Searched refs:MBEDTLS_SSL_MSG_APPLICATION_DATA (Results 1 – 4 of 4) sorted by relevance
773 rec->type = MBEDTLS_SSL_MSG_APPLICATION_DATA; in mbedtls_ssl_encrypt_buf()3472 record_type != MBEDTLS_SSL_MSG_APPLICATION_DATA) { in ssl_check_record_type()3813 && rec->type != MBEDTLS_SSL_MSG_APPLICATION_DATA) { in ssl_prepare_record_content()4837 if (ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA && in mbedtls_ssl_handle_message_type()5517 ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA) { in mbedtls_ssl_read()5580 if (ssl->in_msgtype != MBEDTLS_SSL_MSG_APPLICATION_DATA) { in mbedtls_ssl_read()5691 ssl->out_msgtype = MBEDTLS_SSL_MSG_APPLICATION_DATA; in ssl_write_real()
328 case MBEDTLS_SSL_MSG_APPLICATION_DATA: return "ApplicationData"; in msg_type()
493 #define MBEDTLS_SSL_MSG_APPLICATION_DATA 23 macro
1220 TEST_ASSERT(rec.type == MBEDTLS_SSL_MSG_APPLICATION_DATA);1383 TEST_ASSERT(rec.type == MBEDTLS_SSL_MSG_APPLICATION_DATA);1502 rec.type = MBEDTLS_SSL_MSG_APPLICATION_DATA;2012 rec.type = MBEDTLS_SSL_MSG_APPLICATION_DATA;