Home
last modified time | relevance | path

Searched refs:MBEDTLS_SSL_MAX_ALPN_LIST_LEN (Results 1 – 2 of 2) sorted by relevance

/openthread-3.6.0/third_party/mbedtls/repo/include/mbedtls/
Dssl.h211 #define MBEDTLS_SSL_MAX_ALPN_LIST_LEN 65535 /*!< Maximum size in bytes of list in alpn ex… macro
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dssl_tls.c4771 ( tot_len > MBEDTLS_SSL_MAX_ALPN_LIST_LEN ) ) in mbedtls_ssl_conf_alpn_protocols()