FFmpeg
Data Fields
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

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

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

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

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

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

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:

Generated on Sat Jan 25 2014 19:52:27 for FFmpeg by   doxygen 1.8.2

AltStyle によって変換されたページ (->オリジナル) /