Searched refs:MBEDTLS_SSL_MSG_APPLICATION_DATA (Results 1 – 6 of 6) sorted by relevance
26 .type = MBEDTLS_SSL_MSG_APPLICATION_DATA,199 rec.type = MBEDTLS_SSL_MSG_APPLICATION_DATA;
51 ssl->out_msgtype = MBEDTLS_SSL_MSG_APPLICATION_DATA;1322 TEST_ASSERT(rec.type == MBEDTLS_SSL_MSG_APPLICATION_DATA);1482 TEST_ASSERT(rec.type == MBEDTLS_SSL_MSG_APPLICATION_DATA);1888 rec.type = MBEDTLS_SSL_MSG_APPLICATION_DATA;
993 rec->type = MBEDTLS_SSL_MSG_APPLICATION_DATA; in mbedtls_ssl_encrypt_buf()3684 record_type != MBEDTLS_SSL_MSG_APPLICATION_DATA) { in ssl_check_record_type()4003 if ((old_msg_type == MBEDTLS_SSL_MSG_APPLICATION_DATA) && in ssl_prepare_record_content()4072 && rec->type != MBEDTLS_SSL_MSG_APPLICATION_DATA) { in ssl_prepare_record_content()4135 if (rec->type == MBEDTLS_SSL_MSG_APPLICATION_DATA) { in ssl_prepare_record_content()5126 if (ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA && in mbedtls_ssl_handle_message_type()5856 ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA) { in mbedtls_ssl_read()5919 if (ssl->in_msgtype != MBEDTLS_SSL_MSG_APPLICATION_DATA) { in mbedtls_ssl_read()6032 ssl->out_msgtype = MBEDTLS_SSL_MSG_APPLICATION_DATA; in ssl_write_real()
2951 if (ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA) { in ssl_tls13_end_of_early_data_coordinate()
315 case MBEDTLS_SSL_MSG_APPLICATION_DATA: return "ApplicationData"; in msg_type()
526 #define MBEDTLS_SSL_MSG_APPLICATION_DATA 23 macro