Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of OmniWheels by
mbedtls_ssl_cookie_ctx Struct Reference
Context for the default cookie functions. More...
#include <ssl_cookie.h>
Data Fields | |
| mbedtls_md_context_t | hmac_ctx |
| unsigned long | serial |
| unsigned long | timeout |
Detailed Description
Context for the default cookie functions.
Definition at line 53 of file ssl_cookie.h.
Field Documentation
context for the HMAC portion
Definition at line 55 of file ssl_cookie.h.
| unsigned long serial |
serial number for expiration
Definition at line 57 of file ssl_cookie.h.
| unsigned long timeout |
timeout delay, in seconds if HAVE_TIME, or in number of tickets issued
Definition at line 59 of file ssl_cookie.h.
Generated on Fri Jul 22 2022 04:54:13 by
1.7.2
