Searched refs:MBEDTLS_SSL_MSG_APPLICATION_DATA (Results 1 – 11 of 11) sorted by relevance
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()5847 ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA) { in mbedtls_ssl_read()5910 if (ssl->in_msgtype != MBEDTLS_SSL_MSG_APPLICATION_DATA) { in mbedtls_ssl_read()6023 ssl->out_msgtype = MBEDTLS_SSL_MSG_APPLICATION_DATA; in ssl_write_real()
2942 if (ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA) { in ssl_tls13_end_of_early_data_coordinate()
26 .type = MBEDTLS_SSL_MSG_APPLICATION_DATA,199 rec.type = MBEDTLS_SSL_MSG_APPLICATION_DATA;
1270 TEST_ASSERT(rec.type == MBEDTLS_SSL_MSG_APPLICATION_DATA);1430 TEST_ASSERT(rec.type == MBEDTLS_SSL_MSG_APPLICATION_DATA);1836 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;
995 rec->type = MBEDTLS_SSL_MSG_APPLICATION_DATA; in mbedtls_ssl_encrypt_buf()3695 record_type != MBEDTLS_SSL_MSG_APPLICATION_DATA) { in ssl_check_record_type()4037 && rec->type != MBEDTLS_SSL_MSG_APPLICATION_DATA) { in ssl_prepare_record_content()5061 if (ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA && in mbedtls_ssl_handle_message_type()5741 ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA) { in mbedtls_ssl_read()5804 if (ssl->in_msgtype != MBEDTLS_SSL_MSG_APPLICATION_DATA) { in mbedtls_ssl_read()5915 ssl->out_msgtype = MBEDTLS_SSL_MSG_APPLICATION_DATA; in ssl_write_real()
315 case MBEDTLS_SSL_MSG_APPLICATION_DATA: return "ApplicationData"; in msg_type()
316 case MBEDTLS_SSL_MSG_APPLICATION_DATA: return "ApplicationData"; in msg_type()
496 #define MBEDTLS_SSL_MSG_APPLICATION_DATA 23 macro
526 #define MBEDTLS_SSL_MSG_APPLICATION_DATA 23 macro