OPTIGA Trust M  1.1.0
C++ library for Optiga Trust M Chip Security Controller
mbedtls_ssl_cache_entry Struct Reference

This structure is used for storing cache entries. More...

#include <ssl_cache.h>

Collaboration diagram for mbedtls_ssl_cache_entry:

Public Attributes

mbedtls_ssl_session session
 
mbedtls_ssl_cache_entrynext
 

Detailed Description

This structure is used for storing cache entries.

Member Data Documentation

◆ next

mbedtls_ssl_cache_entry* mbedtls_ssl_cache_entry::next

chain pointer

◆ session

mbedtls_ssl_session mbedtls_ssl_cache_entry::session

entry session


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