|
Mbed TLS v4.0.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 39 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 41 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 40 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 45 of file ssl_cookie.h.
1.8.6