Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_msg.c993 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()
H A Dssl_tls13_server.c2942 if (ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA) { in ssl_tls13_end_of_early_data_coordinate()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ssl_decrypt.function26 .type = MBEDTLS_SSL_MSG_APPLICATION_DATA,
199 rec.type = MBEDTLS_SSL_MSG_APPLICATION_DATA;
H A 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;
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ssl_decrypt.function26 .type = MBEDTLS_SSL_MSG_APPLICATION_DATA,
199 rec.type = MBEDTLS_SSL_MSG_APPLICATION_DATA;
H A Dtest_suite_ssl.function51 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;
/aosp_15_r20/external/mbedtls/library/
H A 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()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dudp_proxy.c315 case MBEDTLS_SSL_MSG_APPLICATION_DATA: return "ApplicationData"; in msg_type()
/aosp_15_r20/external/mbedtls/programs/test/
H A Dudp_proxy.c316 case MBEDTLS_SSL_MSG_APPLICATION_DATA: return "ApplicationData"; in msg_type()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dssl.h496 #define MBEDTLS_SSL_MSG_APPLICATION_DATA 23 macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dssl.h526 #define MBEDTLS_SSL_MSG_APPLICATION_DATA 23 macro