Mbed TLS v3.6.0
|
Context for the default cookie functions. More...
#include <ssl_cookie.h>
Data Fields | |
mbedtls_svc_key_id_t | private_psa_hmac_key |
psa_algorithm_t | private_psa_hmac_alg |
unsigned long | private_timeout |
Context for the default cookie functions.
Definition at line 44 of file ssl_cookie.h.
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.