Searched defs:sasl (Results 1 - 4 of 4) sorted by relevance

/external/curl/lib/
H A Dpop3.h68 struct SASL sasl; /* SASL-related storage */ member in struct:pop3_conn
H A Dsmtp.h70 struct SASL sasl; /* SASL-related storage */ member in struct:smtp_conn
H A Dimap.h74 struct SASL sasl; /* SASL-related parameters */ member in struct:imap_conn
H A Dcurl_sasl.c27 * Draft LOGIN SASL Mechanism <draft-murchison-sasl-login-00.txt>
1196 * This is used to cleanup any libraries or curl modules used by the sasl
1268 CURLcode Curl_sasl_parse_url_auth_option(struct SASL *sasl, argument
1278 if(sasl->resetprefs) {
1279 sasl->resetprefs = FALSE;
1280 sasl->prefmech = SASL_AUTH_NONE;
1284 sasl->prefmech = SASL_AUTH_DEFAULT;
1287 sasl->prefmech |= mechbit;
1299 void Curl_sasl_init(struct SASL *sasl, const struct SASLproto *params) argument
1301 sasl
1316 state(struct SASL *sasl, struct connectdata *conn, saslstate newstate) argument
1356 Curl_sasl_can_authenticate(struct SASL *sasl, struct connectdata *conn) argument
1374 Curl_sasl_start(struct SASL *sasl, struct connectdata *conn, bool force_ir, saslprogress *progress) argument
1502 Curl_sasl_continue(struct SASL *sasl, struct connectdata *conn, int code, saslprogress *progress) argument
[all...]

Completed in 169 milliseconds