Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dssl_internal.h161 ( MBEDTLS_SSL_IN_CONTENT_LEN ) )
174 (MBEDTLS_SSL_IN_CONTENT_LEN > MBEDTLS_SSL_OUT_CONTENT_LEN) \
176 : ( MBEDTLS_SSL_IN_CONTENT_LEN ) \
187 #if MBEDTLS_SSL_IN_CONTENT_LEN > MBEDTLS_SSL_MAX_CONTENT_LEN
A Dssl.h242 #if !defined(MBEDTLS_SSL_IN_CONTENT_LEN)
243 #define MBEDTLS_SSL_IN_CONTENT_LEN MBEDTLS_SSL_MAX_CONTENT_LEN macro
A Dconfig.h.bak3086 * #MBEDTLS_SSL_IN_CONTENT_LEN and #MBEDTLS_SSL_OUT_CONTENT_LEN,
3103 /** \def MBEDTLS_SSL_IN_CONTENT_LEN
3126 //#define MBEDTLS_SSL_IN_CONTENT_LEN 16384
3161 * A value of 2 * MBEDTLS_SSL_IN_CONTENT_LEN (32768 by default)
/AliOS-Things-master/components/mbedtls/library/
A Dssl_tls.c2123 correct &= ( padding_idx <= MBEDTLS_SSL_IN_CONTENT_LEN + in ssl_decrypt_buf()
4185 ssl->in_msglen > MBEDTLS_SSL_IN_CONTENT_LEN ) in ssl_parse_record_header()
4201 ssl->in_msglen > ssl->transform_in->minlen + MBEDTLS_SSL_IN_CONTENT_LEN ) in ssl_parse_record_header()
4214 MBEDTLS_SSL_IN_CONTENT_LEN + 256 ) in ssl_parse_record_header()
4262 if( ssl->in_msglen > MBEDTLS_SSL_IN_CONTENT_LEN ) in ssl_prepare_record_content()
4464 if( msg_len + 12 > MBEDTLS_SSL_IN_CONTENT_LEN ) in ssl_load_buffered_message()
4602 if( msg_len + 12 > MBEDTLS_SSL_IN_CONTENT_LEN ) in ssl_buffer_message()
A Dssl_srv.c1325 if( msg_len > MBEDTLS_SSL_IN_CONTENT_LEN ) in ssl_parse_client_hello()

Completed in 32 milliseconds