FFmpeg
Public Attributes | List of all members
DigestParams Struct Reference

Public Attributes

char nonce [300]
 Server specified nonce.
 
char algorithm [10]
 Server specified digest algorithm.
 
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...
 

Member Data Documentation

§ nc

int DigestParams::nc

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

§ opaque

char DigestParams::opaque[300]

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

§ qop

char DigestParams::qop[30]

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

§ stale

char DigestParams::stale[10]

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


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