TlsTicketEncryptionState Struct Reference
Session ticket encryption state. More...
#include <tls_ticket.h>
Data Fields | |
bool_t | valid |
Valid set of keys. More... | |
systime_t | timestamp |
Generation time. More... | |
uint8_t | keyName [TLS_TICKET_KEY_NAME_SIZE] |
Key identifier. More... | |
uint8_t | key [TLS_TICKET_KEY_SIZE] |
Encryption key. More... | |
Detailed Description
Session ticket encryption state.
Definition at line 77 of file tls_ticket.h.
Field Documentation
◆ key
uint8_t key[TLS_TICKET_KEY_SIZE] |
Encryption key.
Definition at line 82 of file tls_ticket.h.
◆ keyName
uint8_t keyName[TLS_TICKET_KEY_NAME_SIZE] |
Key identifier.
Definition at line 81 of file tls_ticket.h.
◆ timestamp
systime_t timestamp |
Generation time.
Definition at line 80 of file tls_ticket.h.
◆ valid
bool_t valid |
Valid set of keys.
Definition at line 79 of file tls_ticket.h.
The documentation for this struct was generated from the following file:
- cyclone_ssl/tls_ticket.h