#include <httpauth.h>
Definition at line 35 of file httpauth.h.
Server specified nonce.
Definition at line 36 of file httpauth.h.
Referenced by handle_digest_params(), handle_digest_update(), and make_digest_auth().
Server specified digest algorithm.
Definition at line 37 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().
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().
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().
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().