Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/library/
Dssl_msg.c682 rec->type = MBEDTLS_SSL_MSG_APPLICATION_DATA; in mbedtls_ssl_encrypt_buf()
3435 record_type != MBEDTLS_SSL_MSG_APPLICATION_DATA ) in ssl_check_record_type()
3798 && rec->type != MBEDTLS_SSL_MSG_APPLICATION_DATA ) in ssl_prepare_record_content()
4882 if( ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA && in mbedtls_ssl_handle_message_type()
5399 ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA ) in mbedtls_ssl_read()
5569 if( ssl->in_msgtype != MBEDTLS_SSL_MSG_APPLICATION_DATA ) in mbedtls_ssl_read()
5690 ssl->out_msgtype = MBEDTLS_SSL_MSG_APPLICATION_DATA; in ssl_write_real()
/openthread-3.4.0/third_party/mbedtls/repo/programs/test/
Dudp_proxy.c342 case MBEDTLS_SSL_MSG_APPLICATION_DATA: return( "ApplicationData" ); in msg_type()
/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/
Dssl.h398 #define MBEDTLS_SSL_MSG_APPLICATION_DATA 23 macro
Dcompat-1.3.h1471 #define SSL_MSG_APPLICATION_DATA MBEDTLS_SSL_MSG_APPLICATION_DATA
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function3275 TEST_ASSERT( rec.type == MBEDTLS_SSL_MSG_APPLICATION_DATA );
3439 TEST_ASSERT( rec.type == MBEDTLS_SSL_MSG_APPLICATION_DATA );
3549 rec.type = MBEDTLS_SSL_MSG_APPLICATION_DATA;
/openthread-3.4.0/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1048 SSL_MSG_APPLICATION_DATA MBEDTLS_SSL_MSG_APPLICATION_DATA