RetroArch
Public Attributes | List of all members
mbedtls_ssl_ticket_context Struct Reference

Context for session ticket handling functions. More...

#include <ssl_ticket.h>

Collaboration diagram for mbedtls_ssl_ticket_context:
[legend]

Public Attributes

mbedtls_ssl_ticket_key keys [2]
 
unsigned char active
 
uint32_t ticket_lifetime
 
int(* f_rng )(void *, unsigned char *, size_t)
 
voidp_rng
 

Detailed Description

Context for session ticket handling functions.

Member Data Documentation

◆ active

unsigned char mbedtls_ssl_ticket_context::active

index of the currently active key

◆ f_rng

int(* mbedtls_ssl_ticket_context::f_rng) (void *, unsigned char *, size_t)

Callback for getting (pseudo-)random numbers

◆ keys

mbedtls_ssl_ticket_key mbedtls_ssl_ticket_context::keys[2]

ticket protection keys

◆ p_rng

void* mbedtls_ssl_ticket_context::p_rng

context for the RNG function

◆ ticket_lifetime

uint32_t mbedtls_ssl_ticket_context::ticket_lifetime

lifetime of tickets in seconds


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