Home
last modified time | relevance | path

Searched refs:SASL_MECH_PLAIN (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dcurl_sasl.c67 { "PLAIN", 5, SASL_MECH_PLAIN },
211 sasl->prefmech |= SASL_MECH_PLAIN | SASL_MECH_LOGIN; in Curl_sasl_init()
476 else if(enabledmechs & SASL_MECH_PLAIN) { in Curl_sasl_start()
479 sasl->authused = SASL_MECH_PLAIN; in Curl_sasl_start()
Dcurl_sasl.h36 #define SASL_MECH_PLAIN (1 << 1) macro