iPXE
Data Fields
http_request_auth_digest Struct Reference

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

Detailed Description

HTTP request Digest authentication descriptor.

Definition at line 161 of file http.h.

Field Documentation

◆ username

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

◆ qop

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

◆ algorithm

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

◆ cnonce

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

◆ response

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


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