Sergey Pastor / 1

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

HttpNonceCacheEntry Struct Reference

HttpNonceCacheEntry Struct Reference

Nonce cache entry. More...

#include <http_server.h>

Data Fields

char_t nonce [HTTP_SERVER_NONCE_SIZE *2+1]
 Nonce.
uint32_t count
 Nonce count.
systime_t timestamp
 Time stamp to manage entry lifetime.

Detailed Description

Nonce cache entry.

Definition at line 551 of file http_server.h.


Field Documentation

uint32_t count

Nonce count.

Definition at line 554 of file http_server.h.

char_t nonce[HTTP_SERVER_NONCE_SIZE *2+1]

Nonce.

Definition at line 553 of file http_server.h.

systime_t timestamp

Time stamp to manage entry lifetime.

Definition at line 555 of file http_server.h.