FFmpeg
Data Fields
DigestParams Struct Reference

#include <httpauth.h>

Data Fields

char nonce [300]
 Server specified nonce. More...
 
char algorithm [10]
 Server specified digest algorithm. More...
 
char qop [30]
 Quality of protection, containing the one that we've chosen to use, from the alternatives that the server offered. More...
 
char opaque [300]
 A server-specified string that should be included in authentication responses, not included in the actual digest calculation. More...
 
char stale [10]
 The server indicated that the auth was ok, but needs to be redone with a new, non-stale nonce. More...
 
int nc
 Nonce count, the number of earlier replies where this particular nonce has been used. More...
 

Detailed Description

Definition at line 35 of file httpauth.h.

Field Documentation

◆ nonce

char DigestParams::nonce[300]

Server specified nonce.

Definition at line 36 of file httpauth.h.

Referenced by handle_digest_params(), handle_digest_update(), and make_digest_auth().

◆ algorithm

char DigestParams::algorithm[10]

Server specified digest algorithm.

Definition at line 37 of file httpauth.h.

Referenced by handle_digest_params(), and make_digest_auth().

◆ qop

char DigestParams::qop[30]

Quality of protection, containing the one that we've chosen to use, from the alternatives that the server offered.

Definition at line 38 of file httpauth.h.

Referenced by handle_digest_params(), and make_digest_auth().

◆ opaque

char DigestParams::opaque[300]

A server-specified string that should be included in authentication responses, not included in the actual digest calculation.

Definition at line 41 of file httpauth.h.

Referenced by handle_digest_params(), and make_digest_auth().

◆ stale

char DigestParams::stale[10]

The server indicated that the auth was ok, but needs to be redone with a new, non-stale nonce.

Definition at line 44 of file httpauth.h.

Referenced by handle_digest_params().

◆ nc

int DigestParams::nc

Nonce count, the number of earlier replies where this particular nonce has been used.

Definition at line 47 of file httpauth.h.

Referenced by make_digest_auth().


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