TlsTicketContext Struct Reference
Session ticket encryption context. More...
#include <tls_ticket.h>
Data Fields | |
OsMutex | mutex |
Mutex preventing simultaneous access to the context. More... | |
TlsTicketEncryptionState | encryptionState |
Current set of keys. More... | |
TlsTicketEncryptionState | prevEncryptionState |
Previous set of keys. More... | |
AesContext | aesContext |
AES context. More... | |
GcmContext | gcmContext |
GCM context. More... | |
Detailed Description
Session ticket encryption context.
Definition at line 90 of file tls_ticket.h.
Field Documentation
◆ aesContext
AesContext aesContext |
AES context.
Definition at line 95 of file tls_ticket.h.
◆ encryptionState
TlsTicketEncryptionState encryptionState |
Current set of keys.
Definition at line 93 of file tls_ticket.h.
◆ gcmContext
GcmContext gcmContext |
GCM context.
Definition at line 96 of file tls_ticket.h.
◆ mutex
OsMutex mutex |
Mutex preventing simultaneous access to the context.
Definition at line 92 of file tls_ticket.h.
◆ prevEncryptionState
TlsTicketEncryptionState prevEncryptionState |
Previous set of keys.
Definition at line 94 of file tls_ticket.h.
The documentation for this struct was generated from the following file:
- cyclone_ssl/tls_ticket.h