Example program to test AES-GCM functionality. Used for a workshop

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

_ssl_cache_context Struct Reference

_ssl_cache_context Struct Reference

Cache context. More...

#include <ssl_cache.h>

Data Fields

ssl_cache_entrychain
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.

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.