HomeSort by relevance Sort by last modified time
    Searched refs:sasl (Results 1 - 9 of 9) sorted by null

  /external/curl/lib/
curl_sasl.c 24 * RFC4422 Simple Authentication and Security Layer (SASL)
27 * RFC7628 A Set of SASL Mechanisms for OAuth
28 * Draft LOGIN SASL Mechanism <draft-murchison-sasl-login-00.txt>
75 * This is used to cleanup any libraries or curl modules used by the sasl
109 * Convert a SASL mechanism name into a token.
117 * Returns the SASL mechanism token or 0 if no match.
147 CURLcode Curl_sasl_parse_url_auth_option(struct SASL *sasl,
157 if(sasl->resetprefs)
    [all...]
curl_sasl.h 57 /* SASL machine states */
85 /* Protocol dependent SASL parameters */
97 /* Get SASL response message */
101 struct SASL {
117 /* This is used to cleanup any libraries or curl modules used by the sasl
126 CURLcode Curl_sasl_parse_url_auth_option(struct SASL *sasl,
129 /* Initializes an SASL structure */
130 void Curl_sasl_init(struct SASL *sasl, const struct SASLproto *params)
    [all...]
imap.h 74 struct SASL sasl; /* SASL-related parameters */ member in struct:imap_conn
pop3.h 68 struct SASL sasl; /* SASL-related storage */ member in struct:pop3_conn
smtp.h 70 struct SASL sasl; /* SASL-related storage */ member in struct:smtp_conn
pop3.c 28 * RFC4422 Simple Authentication and Security Layer (SASL)
30 * RFC4752 The Kerberos V5 ("GSSAPI") SASL Mechanism
31 * RFC5034 POP3 SASL Authentication Mechanism
33 * Draft LOGIN SASL Mechanism <draft-murchison-sasl-login-00.txt>
214 /* SASL parameters for the pop3 protocol */
222 pop3_get_message /* Get SASL response message */
245 * types and allowed SASL mechanisms.
364 pop3c->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */
365 pop3c->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used *
    [all...]
smtp.c 25 * RFC4422 Simple Authentication and Security Layer (SASL)
27 * RFC4752 The Kerberos V5 ("GSSAPI") SASL Mechanism
32 * Draft LOGIN SASL Mechanism <draft-murchison-sasl-login-00.txt>
213 /* SASL parameters for the smtp protocol */
221 smtp_get_message /* Get SASL response message */
354 smtpc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanism yet */
355 smtpc->sasl.authused = SASL_AUTH_NONE; /* Clear the authentication mechanism
380 smtpc->sasl.authused = SASL_AUTH_NONE; /* No authentication mechanism used
442 * Sends an AUTH command allowing the client to login with the given SASL
    [all...]
imap.c 25 * RFC4422 Simple Authentication and Security Layer (SASL)
27 * RFC4752 The Kerberos V5 ("GSSAPI") SASL Mechanism
28 * RFC4959 IMAP Extension for SASL Initial Client Response
31 * Draft LOGIN SASL Mechanism <draft-murchison-sasl-login-00.txt>
215 /* SASL parameters for the imap protocol */
223 imap_get_message /* Get SASL response message */
467 imapc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */
468 imapc->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used */
568 * SASL authentication mechanism
    [all...]
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 56 "--sasl" => \$writeSASLMap,
303 $comment ="# Map table for SASL profile (rfc4013.txt)\n\n";
660 --sasl Generate data for SASL map table

Completed in 131 milliseconds