Lines Matching defs:sasl_server_plug
572 typedef struct sasl_server_plug { struct
574 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);
652 int (*setpass)(void *glob_context,
678 int (*user_query)(void *glob_context,
689 int (*idle)(void *glob_context,
720 } sasl_server_plug_t; argument