Searched defs:sasl_server_plug (Results 1 – 1 of 1) sorted by relevance
572 typedef struct sasl_server_plug { struct574 const char *mech_name;577 sasl_ssf_t max_ssf;580 unsigned security_flags;583 unsigned features;586 void *glob_context;602 int (*mech_new)(void *glob_context,616 int (*mech_step)(void *conn_context,625 void (*mech_dispose)(void *conn_context, const sasl_utils_t *utils);631 void (*mech_free)(void *glob_context, const sasl_utils_t *utils);[all …]