Searched refs:SASL_MECH_SCRAM_SHA_1 (Results 1 – 2 of 2) sorted by relevance
75 { "SCRAM-SHA-1", 11, SASL_MECH_SCRAM_SHA_1 },105 if(authused & (SASL_MECH_SCRAM_SHA_1 | SASL_MECH_SCRAM_SHA_256)) { in Curl_sasl_cleanup()408 else if((enabledmechs & SASL_MECH_SCRAM_SHA_1) && in Curl_sasl_start()412 sasl->authused = SASL_MECH_SCRAM_SHA_1; in Curl_sasl_start()
44 #define SASL_MECH_SCRAM_SHA_1 (1 << 9) macro