mbed TLS v3.1.0
|
Cache context. More...
#include <ssl_cache.h>
Data Fields | |
mbedtls_ssl_cache_entry * | private_chain |
int | private_timeout |
int | private_max_entries |
mbedtls_threading_mutex_t | private_mutex |
Cache context.
Definition at line 80 of file ssl_cache.h.
mbedtls_ssl_cache_entry* mbedtls_ssl_cache_context::private_chain |
start of the chain
Definition at line 82 of file ssl_cache.h.
int mbedtls_ssl_cache_context::private_max_entries |
maximum entries
Definition at line 84 of file ssl_cache.h.
mbedtls_threading_mutex_t mbedtls_ssl_cache_context::private_mutex |
mutex
Definition at line 86 of file ssl_cache.h.
int mbedtls_ssl_cache_context::private_timeout |
cache entry timeout
Definition at line 83 of file ssl_cache.h.