#include <gsasl-mech.h>
Data Fields | |
| const char * | name |
| struct Gsasl_mechanism_functions | client |
| struct Gsasl_mechanism_functions | server |
Definition at line 52 of file gsasl-mech.h.
| const char* Gsasl_mechanism::name |
Definition at line 54 of file gsasl-mech.h.
Referenced by gsasl_client_suggest_mechanism(), and gsasl_mechanism_name().
struct Gsasl_mechanism_functions Gsasl_mechanism::client [read] |
Definition at line 56 of file gsasl-mech.h.
Referenced by gsasl_decode(), gsasl_done(), gsasl_encode(), gsasl_finish(), gsasl_register(), and gsasl_step().
struct Gsasl_mechanism_functions Gsasl_mechanism::server [read] |
Definition at line 57 of file gsasl-mech.h.
Referenced by gsasl_decode(), gsasl_done(), gsasl_encode(), gsasl_finish(), gsasl_register(), and gsasl_step().
1.5.6