mbedTLS
mbedtls_ssl_cache_init()
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_init()
mbedtls_ssl_cache_init() function
Initialize an SSL cache context
Syntax
Show:
Summary
Declaration
Definition
from
ssl_cache.h:81
void
mbedtls_ssl_cache_init
(
mbedtls_ssl_cache_context
*
cache
)
;
Implemented in
ssl_cache.c:24
Arguments
Argument
Description
cache
SSL cache context
Related Functions
Found 6 other functions taking a
mbedtls_ssl_cache_context
argument:
Function
Description
ssl_cache_find_entry()
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
mbedtls_ssl_cache_get_timeout()
Get the cache timeout A timeout of 0 indicates no timeout.
Examples
References
from
examples
Code
Location
void
mbedtls_ssl_cache_init
(
mbedtls_ssl_cache_context
*
cache
)
ssl_cache.c:24
void
mbedtls_ssl_cache_init
(
mbedtls_ssl_cache_context
*
cache
)
;
ssl_cache.h:81
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_cache_init()
writes 2 variables:
All items filtered out
mbedtls_ssl_cache_init()
mbedtls_ssl_cache_context::timeout
mbedtls_ssl_cache_context::max_entries
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