PolarSSL v1.3.4
Data Fields
_ssl_ticket_keys Struct Reference

#include <ssl.h>

Collaboration diagram for _ssl_ticket_keys:
Collaboration graph
[legend]

Data Fields

unsigned char key_name [16]
 
aes_context enc
 
aes_context dec
 
unsigned char mac_key [16]
 

Detailed Description

Definition at line 570 of file ssl.h.

Field Documentation

aes_context _ssl_ticket_keys::dec

decryption context

Definition at line 574 of file ssl.h.

aes_context _ssl_ticket_keys::enc

encryption context

Definition at line 573 of file ssl.h.

unsigned char _ssl_ticket_keys::key_name[16]

name to quickly discard bad tickets

Definition at line 572 of file ssl.h.

unsigned char _ssl_ticket_keys::mac_key[16]

authentication key

Definition at line 575 of file ssl.h.


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