HttpNonceCacheEntry Struct Reference
Nonce cache entry. More...
#include <http_server.h>
Data Fields | |
char_t | nonce [HTTP_SERVER_NONCE_SIZE *2+1] |
Nonce. More... | |
uint32_t | count |
Nonce count. More... | |
systime_t | timestamp |
Time stamp to manage entry lifetime. More... | |
Detailed Description
Nonce cache entry.
Definition at line 576 of file http_server.h.
Field Documentation
◆ count
uint32_t count |
Nonce count.
Definition at line 579 of file http_server.h.
◆ nonce
char_t nonce[HTTP_SERVER_NONCE_SIZE *2+1] |
Nonce.
Definition at line 578 of file http_server.h.
◆ timestamp
systime_t timestamp |
Time stamp to manage entry lifetime.
Definition at line 580 of file http_server.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/http/http_server.h