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

/external/curl/lib/
H A Dcurl_sasl.h32 #define SASL_MECH_PLAIN (1 << 1) macro
H A Dcurl_sasl.c61 { "PLAIN", 5, SASL_MECH_PLAIN },
369 else if(enabledmechs & SASL_MECH_PLAIN) {
372 sasl->authused = SASL_MECH_PLAIN;

Completed in 52 milliseconds