Example program to test AES-GCM functionality. Used for a workshop
_ssl_cache_context Struct Reference
Cache context. More...
#include <ssl_cache.h>
Data Fields | |
| ssl_cache_entry * | chain |
| int | timeout |
| int | max_entries |
| threading_mutex_t | mutex |
Detailed Description
Cache context.
Definition at line 79 of file ssl_cache.h.
Field Documentation
start of the chain
Definition at line 81 of file ssl_cache.h.
| int max_entries |
maximum entries
Definition at line 83 of file ssl_cache.h.
| threading_mutex_t mutex |
mutex
Definition at line 85 of file ssl_cache.h.
| int timeout |
cache entry timeout
Definition at line 82 of file ssl_cache.h.
Generated on Tue Jul 12 2022 19:40:22 by
1.7.2