Searched refs:MBEDTLS_SSL_MSG_APPLICATION_DATA (Results 1 – 3 of 3) sorted by relevance
994 rec->type = MBEDTLS_SSL_MSG_APPLICATION_DATA; in mbedtls_ssl_encrypt_buf()3793 record_type != MBEDTLS_SSL_MSG_APPLICATION_DATA) { in ssl_check_record_type()4113 if ((old_msg_type == MBEDTLS_SSL_MSG_APPLICATION_DATA) && in ssl_prepare_record_content()4182 && rec->type != MBEDTLS_SSL_MSG_APPLICATION_DATA) { in ssl_prepare_record_content()4245 if (rec->type == MBEDTLS_SSL_MSG_APPLICATION_DATA) { in ssl_prepare_record_content()5253 if (ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA && in mbedtls_ssl_handle_message_type()5994 ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA) { in mbedtls_ssl_read()6057 if (ssl->in_msgtype != MBEDTLS_SSL_MSG_APPLICATION_DATA) { in mbedtls_ssl_read()6170 ssl->out_msgtype = MBEDTLS_SSL_MSG_APPLICATION_DATA; in ssl_write_real()
2954 if (ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA) { in ssl_tls13_end_of_early_data_coordinate()
562 #define MBEDTLS_SSL_MSG_APPLICATION_DATA 23 macro