Mbed TLS v3.6.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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_svc_key_id_t private_psa_hmac_key
 
psa_algorithm_t private_psa_hmac_alg
 
unsigned long private_timeout
 

Detailed Description

Context for the default cookie functions.

Definition at line 44 of file ssl_cookie.h.

Field Documentation

psa_algorithm_t mbedtls_ssl_cookie_ctx::private_psa_hmac_alg

key algorithm for the HMAC portion

Definition at line 47 of file ssl_cookie.h.

mbedtls_svc_key_id_t mbedtls_ssl_cookie_ctx::private_psa_hmac_key

key id for the HMAC portion

Definition at line 46 of file ssl_cookie.h.

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: