iPXE
|
HTTP request Digest authentication descriptor. More...
#include <http.h>
Data Fields | |
const char * | username |
Username. More... | |
const char * | qop |
Quality of protection. More... | |
const char * | algorithm |
Algorithm. More... | |
char | cnonce [HTTP_DIGEST_CNONCE_LEN+1] |
Client nonce. More... | |
char | response [HTTP_DIGEST_RESPONSE_LEN+1] |
Response. More... | |
const char* http_request_auth_digest::username |
Username.
Definition at line 163 of file http.h.
Referenced by http_digest_authenticate(), and http_format_digest_auth().
const char* http_request_auth_digest::qop |
Quality of protection.
Definition at line 165 of file http.h.
Referenced by http_digest_authenticate(), and http_format_digest_auth().
const char* http_request_auth_digest::algorithm |
Algorithm.
Definition at line 167 of file http.h.
Referenced by http_digest_authenticate(), and http_format_digest_auth().
char http_request_auth_digest::cnonce[HTTP_DIGEST_CNONCE_LEN+1] |
Client nonce.
Definition at line 169 of file http.h.
Referenced by http_digest_authenticate(), and http_format_digest_auth().
char http_request_auth_digest::response[HTTP_DIGEST_RESPONSE_LEN+1] |
Response.
Definition at line 171 of file http.h.
Referenced by http_digest_authenticate(), and http_format_digest_auth().