Home
last modified time | relevance | path

Searched refs:MBEDTLS_SSL_MSG_APPLICATION_DATA (Results 1 – 5 of 5) sorted by relevance

/mbedtls-3.6.0/tests/suites/
Dtest_suite_ssl_decrypt.function26 .type = MBEDTLS_SSL_MSG_APPLICATION_DATA,
199 rec.type = MBEDTLS_SSL_MSG_APPLICATION_DATA;
Dtest_suite_ssl.function1270 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;
/mbedtls-3.6.0/library/
Dssl_msg.c995 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()
/mbedtls-3.6.0/programs/test/
Dudp_proxy.c316 case MBEDTLS_SSL_MSG_APPLICATION_DATA: return "ApplicationData"; in msg_type()
/mbedtls-3.6.0/include/mbedtls/
Dssl.h496 #define MBEDTLS_SSL_MSG_APPLICATION_DATA 23 macro