gsasl  2.2.1
Data Fields
scram_client_state Struct Reference

Data Fields

bool plus
 
Gsasl_hash hash
 
int step
 
char * cfmb
 
char * serversignature
 
char * authmessage
 
struct scram_client_first cf
 
struct scram_server_first sf
 
struct scram_client_final cl
 
struct scram_server_final sl
 

Detailed Description

Definition at line 47 of file scram/client.c.

Field Documentation

◆ authmessage

char* scram_client_state::authmessage

Definition at line 54 of file scram/client.c.

◆ cf

struct scram_client_first scram_client_state::cf

Definition at line 54 of file scram/client.c.

◆ cfmb

char* scram_client_state::cfmb

Definition at line 52 of file scram/client.c.

◆ cl

struct scram_client_final scram_client_state::cl

Definition at line 54 of file scram/client.c.

◆ hash

Gsasl_hash scram_client_state::hash

Definition at line 50 of file scram/client.c.

◆ plus

bool scram_client_state::plus

Definition at line 49 of file scram/client.c.

◆ serversignature

char* scram_client_state::serversignature

Definition at line 53 of file scram/client.c.

◆ sf

struct scram_server_first scram_client_state::sf

Definition at line 54 of file scram/client.c.

◆ sl

struct scram_server_final scram_client_state::sl

Definition at line 54 of file scram/client.c.

◆ step

int scram_client_state::step

Definition at line 51 of file scram/client.c.


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