mbedTLS
mbedtls_ssl_cache_set_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_set_timeout()
mbedtls_ssl_cache_set_timeout() function
Set the cache timeout (Default: MBEDTLS_SSL_CACHE_DEFAULT_TIMEOUT (1 day)) A timeout of 0 indicates no timeout.
Syntax
Show:
Summary
Declaration
Definition
from
ssl_cache.h:150
void
mbedtls_ssl_cache_set_timeout
(
mbedtls_ssl_cache_context
*
cache
,
int
timeout
)
;
Implemented in
ssl_cache.c:371
Arguments
Argument
Description
cache
SSL cache context
timeout
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_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
mbedtls_ssl_cache_get_timeout()
Get the cache timeout A timeout of 0 indicates no timeout.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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