Home
last modified time | relevance | path

Searched defs:SASL (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dcurl_sasl.h121 struct SASL { struct
122 const struct SASLproto *params; /* Protocol dependent parameters */ argument
123 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 */