Data Fields

ssl_ticket_key_t Struct Reference

Data Fields

unsigned char key_name [16]
unsigned char hmac_secret [16]
unsigned char aes_key [16]

Detailed Description

Definition at line 109 of file SSLUtils.cc.


Field Documentation

unsigned char ssl_ticket_key_t::aes_key[16]

Definition at line 113 of file SSLUtils.cc.

Referenced by ssl_context_enable_tickets().

unsigned char ssl_ticket_key_t::hmac_secret[16]

Definition at line 112 of file SSLUtils.cc.

Referenced by ssl_context_enable_tickets().

unsigned char ssl_ticket_key_t::key_name[16]

Definition at line 111 of file SSLUtils.cc.

Referenced by ssl_context_enable_tickets().


The documentation for this struct was generated from the following file: