Searched defs:sasl_server_plug (Results 1 – 1 of 1) sorted by relevance
574 typedef struct sasl_server_plug { struct576 const char *mech_name;579 sasl_ssf_t max_ssf;582 unsigned security_flags;585 unsigned features;588 void *glob_context;604 int (*mech_new)(void *glob_context,618 int (*mech_step)(void *conn_context,627 void (*mech_dispose)(void *conn_context, const sasl_utils_t *utils);633 void (*mech_free)(void *glob_context, const sasl_utils_t *utils);[all …]