GNU libmicrohttpd  0.9.62
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
MHD_NonceNc Struct Reference

#include </opt/rpmbuild/rpmbuild/BUILD/libmicrohttpd-0.9.62/src/microhttpd/internal.h>

Data Fields

uint64_t nc
 
uint64_t nmask
 
char nonce [MAX_NONCE_LENGTH]
 

Detailed Description

A structure representing the internal holder of the nonce-nc map.

Definition at line 224 of file internal.h.

Field Documentation

uint64_t MHD_NonceNc::nc

Nonce counter, a value that increases for each subsequent request for the same nonce.

Definition at line 231 of file internal.h.

Referenced by check_nonce_nc().

uint64_t MHD_NonceNc::nmask

Bitmask over the nc-64 previous nonce values. Used to allow out-of-order nonces.

Definition at line 237 of file internal.h.

Referenced by check_nonce_nc().

char MHD_NonceNc::nonce[MAX_NONCE_LENGTH]

Nonce value:

Definition at line 242 of file internal.h.

Referenced by check_nonce_nc().


The documentation for this struct was generated from the following file: