Searched refs:SASL_MECH_PLAIN (Results 1 – 2 of 2) sorted by relevance
32 #define SASL_MECH_PLAIN (1 << 1) macro
64 { "PLAIN", 5, SASL_MECH_PLAIN },452 else if(enabledmechs & SASL_MECH_PLAIN) { in Curl_sasl_start()455 sasl->authused = SASL_MECH_PLAIN; in Curl_sasl_start()