Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/apps/
Daltcp_tls_mbedtls_opts.h81 #ifndef ALTCP_MBEDTLS_SESSION_CACHE_TIMEOUT_SECONDS
82 #define ALTCP_MBEDTLS_SESSION_CACHE_TIMEOUT_SECONDS (60 * 60) macro
/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls.c766 mbedtls_ssl_cache_set_timeout(&conf->cache, ALTCP_MBEDTLS_SESSION_CACHE_TIMEOUT_SECONDS); in altcp_tls_create_config()