Home
last modified time | relevance | path

Searched defs:tls_ticket_key (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/crypto/libressl/tls/
H A Dtls_internal.h73 struct tls_ticket_key { struct
75 unsigned char key_name[TLS_TICKET_NAME_SIZE];
76 unsigned char aes_key[TLS_TICKET_AES_SIZE];
77 unsigned char hmac_key[TLS_TICKET_HMAC_SIZE];
78 time_t time;