gsasl  2.2.1
Data Fields
digest_md5_response Struct Reference

#include <tokens.h>

Data Fields

char * username
 
char * realm
 
char * nonce
 
char * cnonce
 
unsigned long nc
 
digest_md5_qop qop
 
char * digesturi
 
unsigned long clientmaxbuf
 
int utf8
 
digest_md5_cipher cipher
 
char * authzid
 
char response [DIGEST_MD5_RESPONSE_LENGTH+1]
 

Detailed Description

Definition at line 126 of file digest-md5/tokens.h.

Field Documentation

◆ authzid

char* digest_md5_response::authzid

Definition at line 138 of file digest-md5/tokens.h.

◆ cipher

digest_md5_cipher digest_md5_response::cipher

Definition at line 137 of file digest-md5/tokens.h.

◆ clientmaxbuf

unsigned long digest_md5_response::clientmaxbuf

Definition at line 135 of file digest-md5/tokens.h.

◆ cnonce

char* digest_md5_response::cnonce

Definition at line 131 of file digest-md5/tokens.h.

◆ digesturi

char* digest_md5_response::digesturi

Definition at line 134 of file digest-md5/tokens.h.

◆ nc

unsigned long digest_md5_response::nc

Definition at line 132 of file digest-md5/tokens.h.

◆ nonce

char* digest_md5_response::nonce

Definition at line 130 of file digest-md5/tokens.h.

◆ qop

digest_md5_qop digest_md5_response::qop

Definition at line 133 of file digest-md5/tokens.h.

◆ realm

char* digest_md5_response::realm

Definition at line 129 of file digest-md5/tokens.h.

◆ response

char digest_md5_response::response[DIGEST_MD5_RESPONSE_LENGTH+1]

Definition at line 139 of file digest-md5/tokens.h.

◆ username

char* digest_md5_response::username

Definition at line 128 of file digest-md5/tokens.h.

◆ utf8

int digest_md5_response::utf8

Definition at line 136 of file digest-md5/tokens.h.


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