Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dssl_msg.c773 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()
/third_party/mbedtls/programs/test/
Dudp_proxy.c328 case MBEDTLS_SSL_MSG_APPLICATION_DATA: return "ApplicationData"; in msg_type()
/third_party/mbedtls/include/mbedtls/
Dssl.h493 #define MBEDTLS_SSL_MSG_APPLICATION_DATA 23 macro
/third_party/mbedtls/tests/suites/
Dtest_suite_ssl.function1220 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;