Searched defs:sasl_client_plug (Results 1 – 1 of 1) sorted by relevance
347 typedef struct sasl_client_plug { struct349 const char *mech_name;352 sasl_ssf_t max_ssf;355 unsigned security_flags;358 unsigned features;361 const unsigned long *required_prompts;364 void *glob_context;376 int (*mech_new)(void *glob_context,389 int (*mech_step)(void *conn_context,419 } sasl_client_plug_t; argument