mbedTLS
mbedtls_ssl_cache_get_timeout()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_ssl_cache_get_timeout()
mbedtls_ssl_cache_get_timeout() function
Get the cache timeout A timeout of 0 indicates no timeout.
Syntax
Show:
Summary
Declaration
from
ssl_cache.h:161
static
inline
int
mbedtls_ssl_cache_get_timeout
(
mbedtls_ssl_cache_context
*
cache
)
;
Arguments
Argument
Description
cache
SSL cache context
Return value
cache entry timeout in seconds
Related Functions
Found 6 other functions taking a
mbedtls_ssl_cache_context
argument:
Function
Description
ssl_cache_find_entry()
mbedtls_ssl_cache_init()
Initialize an SSL cache context
ssl_cache_pick_writing_slot()
mbedtls_ssl_cache_set_timeout()
Set the cache timeout (Default: MBEDTLS_SSL_CACHE_DEFAULT_TIMEOUT (1 day)) A timeout of 0 indicates no timeout.
mbedtls_ssl_cache_set_max_entries()
Set the maximum number of cache entries (Default: MBEDTLS_SSL_CACHE_DEFAULT_MAX_ENTRIES (50))
mbedtls_ssl_cache_free()
Free referenced items in a cache context and clear memory
Examples
References
from
examples
Code
Location
static
inline
int
mbedtls_ssl_cache_get_timeout
(
mbedtls_ssl_cache_context
*
cache
)
ssl_cache.h:161
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_cache_get_timeout()
reads 1 variable:
mbedtls_ssl_cache_context::timeout
All items filtered out
mbedtls_ssl_cache_get_timeout()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out