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

  /external/curl/lib/
curl_sasl.h 32 #define SASL_MECH_PLAIN (1 << 1)
curl_sasl.c 59 { "PLAIN", 5, SASL_MECH_PLAIN },
373 else if(enabledmechs & SASL_MECH_PLAIN) {
376 sasl->authused = SASL_MECH_PLAIN;

Completed in 59 milliseconds