Mbed TLS v3.6.3
Loading...
Searching...
No Matches
Data Fields
mbedtls_ssl_cookie_ctx Struct Reference

Context for the default cookie functions. More...

#include <ssl_cookie.h>

Collaboration diagram for mbedtls_ssl_cookie_ctx:
Collaboration graph
[legend]

Data Fields

mbedtls_md_context_t private_hmac_ctx
 
unsigned long private_timeout
 
mbedtls_threading_mutex_t private_mutex
 

Detailed Description

Context for the default cookie functions.

Definition at line 44 of file ssl_cookie.h.

Field Documentation

◆ private_hmac_ctx

mbedtls_md_context_t mbedtls_ssl_cookie_ctx::private_hmac_ctx

context for the HMAC portion

Definition at line 49 of file ssl_cookie.h.

◆ private_mutex

mbedtls_threading_mutex_t mbedtls_ssl_cookie_ctx::private_mutex

Definition at line 59 of file ssl_cookie.h.

◆ private_timeout

unsigned long mbedtls_ssl_cookie_ctx::private_timeout

timeout delay, in seconds if HAVE_TIME, or in number of tickets issued

Definition at line 54 of file ssl_cookie.h.


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