gsasl
2.2.1
|
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 |
Definition at line 47 of file scram/client.c.
char* scram_client_state::authmessage |
Definition at line 54 of file scram/client.c.
struct scram_client_first scram_client_state::cf |
Definition at line 54 of file scram/client.c.
char* scram_client_state::cfmb |
Definition at line 52 of file scram/client.c.
struct scram_client_final scram_client_state::cl |
Definition at line 54 of file scram/client.c.
Gsasl_hash scram_client_state::hash |
Definition at line 50 of file scram/client.c.
bool scram_client_state::plus |
Definition at line 49 of file scram/client.c.
char* scram_client_state::serversignature |
Definition at line 53 of file scram/client.c.
struct scram_server_first scram_client_state::sf |
Definition at line 54 of file scram/client.c.
struct scram_server_final scram_client_state::sl |
Definition at line 54 of file scram/client.c.
int scram_client_state::step |
Definition at line 51 of file scram/client.c.