Searched defs:SASL (Results 1 – 1 of 1) sorted by relevance
121 struct SASL { struct122 const struct SASLproto *params; /* Protocol dependent parameters */ argument123 saslstate state; /* Current machine state */124 unsigned int authmechs; /* Accepted authentication mechanisms */125 unsigned int prefmech; /* Preferred authentication mechanism */126 unsigned int authused; /* Auth mechanism used for the connection */127 bool resetprefs; /* For URL auth option parsing. */128 bool mutual_auth; /* Mutual authentication enabled (GSSAPI only) */129 bool force_ir; /* Protocol always supports initial response */