Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dssl.h304 #define MBEDTLS_SSL_MSG_APPLICATION_DATA 23 macro
A Dcompat-1.3.h1467 #define SSL_MSG_APPLICATION_DATA MBEDTLS_SSL_MSG_APPLICATION_DATA
/AliOS-Things-master/components/mbedtls/programs/test/
A Dudp_proxy.c325 case MBEDTLS_SSL_MSG_APPLICATION_DATA: return( "ApplicationData" ); in msg_type()
/AliOS-Things-master/components/mbedtls/library/
A Dssl_tls.c2331 && ssl->in_msgtype != MBEDTLS_SSL_MSG_APPLICATION_DATA ) in ssl_decrypt_buf()
4062 ssl->in_msgtype != MBEDTLS_SSL_MSG_APPLICATION_DATA ) in ssl_parse_record_header()
4166 if( ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA && in ssl_parse_record_header()
8404 ssl->in_msgtype == MBEDTLS_SSL_MSG_APPLICATION_DATA ) in mbedtls_ssl_read()
8573 if( ssl->in_msgtype != MBEDTLS_SSL_MSG_APPLICATION_DATA ) in mbedtls_ssl_read()
8688 ssl->out_msgtype = MBEDTLS_SSL_MSG_APPLICATION_DATA; in ssl_write_real()

Completed in 49 milliseconds