mbedTLS
mbedtls_ssl_cache_set_max_entries()
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_max_entries()
mbedtls_ssl_cache_set_max_entries() function
Set the maximum number of cache entries (Default: MBEDTLS_SSL_CACHE_DEFAULT_MAX_ENTRIES (50))
Syntax
Show:
Summary
Declaration
Definition
from
ssl_cache.h:174
void
mbedtls_ssl_cache_set_max_entries
(
mbedtls_ssl_cache_context
*
cache
,
int
max
)
;
Implemented in
ssl_cache.c:381
Arguments
Argument
Description
cache
SSL cache context
max
cache entry maximum
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_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_set_max_entries
(
mbedtls_ssl_cache_context
*
cache
,
int
max
)
ssl_cache.c:381
void
mbedtls_ssl_cache_set_max_entries
(
mbedtls_ssl_cache_context
*
cache
,
int
max
)
;
ssl_cache.h:174
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_cache_set_max_entries()
writes 1 variable:
All items filtered out
mbedtls_ssl_cache_set_max_entries()
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