mbed TLS v3.3.0
Loading...
Searching...
No Matches
Data Fields
mbedtls_ssl_cache_context Struct Reference

Cache context. More...

#include <ssl_cache.h>

Collaboration diagram for mbedtls_ssl_cache_context:
Collaboration graph
[legend]

Data Fields

mbedtls_ssl_cache_entryprivate_chain
 
int private_timeout
 
int private_max_entries
 

Detailed Description

Cache context.

Definition at line 80 of file ssl_cache.h.

Field Documentation

◆ private_chain

mbedtls_ssl_cache_entry* mbedtls_ssl_cache_context::private_chain

start of the chain

Definition at line 82 of file ssl_cache.h.

◆ private_max_entries

int mbedtls_ssl_cache_context::private_max_entries

maximum entries

Definition at line 84 of file ssl_cache.h.

◆ private_timeout

int mbedtls_ssl_cache_context::private_timeout

cache entry timeout

Definition at line 83 of file ssl_cache.h.


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