Searched defs:sasl_client_plug (Results 1 – 1 of 1) sorted by relevance
345 typedef struct sasl_client_plug { struct347 const char *mech_name;350 sasl_ssf_t max_ssf;353 unsigned security_flags;356 unsigned features;359 const unsigned long *required_prompts;362 void *glob_context;374 int (*mech_new)(void *glob_context,387 int (*mech_step)(void *conn_context,417 } sasl_client_plug_t; argument