Mbed TLS v2.28.8
Loading...
Searching...
No Matches
mbedtls_ssl_cache_context Struct Reference

Cache context. More...

#include <ssl_cache.h>

Collaboration diagram for mbedtls_ssl_cache_context:

Data Fields

mbedtls_ssl_cache_entrychain
 
int timeout
 
int max_entries
 
mbedtls_threading_mutex_t mutex
 

Detailed Description

Cache context.

Definition at line 68 of file ssl_cache.h.

Field Documentation

◆ chain

mbedtls_ssl_cache_entry* mbedtls_ssl_cache_context::chain

start of the chain

Definition at line 69 of file ssl_cache.h.

◆ max_entries

int mbedtls_ssl_cache_context::max_entries

maximum entries

Definition at line 71 of file ssl_cache.h.

◆ mutex

mbedtls_threading_mutex_t mbedtls_ssl_cache_context::mutex

mutex

Definition at line 73 of file ssl_cache.h.

◆ timeout

int mbedtls_ssl_cache_context::timeout

cache entry timeout

Definition at line 70 of file ssl_cache.h.


The documentation for this struct was generated from the following file: