Searched refs:SASL_MECH_SCRAM_SHA_256 (Results 1 – 2 of 2) sorted by relevance
45 #define SASL_MECH_SCRAM_SHA_256 (1 << 10) macro
76 { "SCRAM-SHA-256",13, SASL_MECH_SCRAM_SHA_256 },105 if(authused & (SASL_MECH_SCRAM_SHA_1 | SASL_MECH_SCRAM_SHA_256)) { in Curl_sasl_cleanup()403 if((enabledmechs & SASL_MECH_SCRAM_SHA_256) && in Curl_sasl_start()407 sasl->authused = SASL_MECH_SCRAM_SHA_256; in Curl_sasl_start()
Completed in 6 milliseconds