mbed TLS v2.2.0
|
This structure is used for storing cache entries.
Definition at line 60 of file ssl_cache.h.
#include <ssl_cache.h>
Data Fields | |
mbedtls_ssl_session | session |
mbedtls_ssl_cache_entry * | next |
mbedtls_ssl_cache_entry* mbedtls_ssl_cache_entry::next |
chain pointer
Definition at line 69 of file ssl_cache.h.
mbedtls_ssl_session mbedtls_ssl_cache_entry::session |
entry session
Definition at line 65 of file ssl_cache.h.