Home
last modified time | relevance | path

Searched defs:MBEDTLS_SSL_MAX_CONTENT_LEN (Results 1 – 6 of 6) sorted by relevance

/external/openthread/third_party/mbedtls/
Dmbedtls-config.h137 #define MBEDTLS_SSL_MAX_CONTENT_LEN 2000 /**< Maxium fragment length in bytes */ macro
139 #define MBEDTLS_SSL_MAX_CONTENT_LEN 900 /**< Maxium fragment length in bytes */ macro
141 #define MBEDTLS_SSL_MAX_CONTENT_LEN 768 /**< Maxium fragment length in bytes */ macro
/external/openthread/third_party/mbedtls/repo/configs/
Dconfig-ccm-psk-tls1_2.h61 #define MBEDTLS_SSL_MAX_CONTENT_LEN 1024 macro
Dconfig-ccm-psk-dtls1_2.h71 #define MBEDTLS_SSL_MAX_CONTENT_LEN 256 macro
Dconfig-suite-b.h98 #define MBEDTLS_SSL_MAX_CONTENT_LEN 1024 macro
/external/ot-br-posix/third_party/openthread/
Dmbedtls-config.h102 #define MBEDTLS_SSL_MAX_CONTENT_LEN 900 macro
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dssl.h306 #define MBEDTLS_SSL_MAX_CONTENT_LEN 16384 /**< Size of the input / output buffer */ macro