DigestParams Struct Reference

#include <httpauth.h>


Data Fields

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.
char opaque [300]
 A server-specified string that should be included in authentication responses, not included in the actual digest calculation.
char stale [10]
 The server indicated that the auth was ok, but needs to be redone with a new, non-stale nonce.
int nc
 Nonce count, the number of earlier replies where this particular nonce has been used.


Detailed Description

Definition at line 35 of file httpauth.h.


Field Documentation

Server specified digest algorithm.

Definition at line 37 of file httpauth.h.

Referenced by handle_digest_params(), and make_digest_auth().

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().

Server specified nonce.

Definition at line 36 of file httpauth.h.

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

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().

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 ff_http_auth_handle_header(), handle_digest_params(), and make_digest_auth().

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 ff_http_auth_handle_header(), and handle_digest_params().


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

Generated on Fri Oct 26 02:50:15 2012 for FFmpeg by  doxygen 1.5.8