Lines Matching refs:sasl
350 smtpc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanism yet */ in smtp_perform_ehlo()
351 smtpc->sasl.authused = SASL_AUTH_NONE; /* Clear the authentication mechanism in smtp_perform_ehlo()
376 smtpc->sasl.authused = SASL_AUTH_NONE; /* No authentication mechanism used in smtp_perform_helo()
489 !Curl_sasl_can_authenticate(&smtpc->sasl, conn)) { in smtp_perform_authentication()
495 result = Curl_sasl_start(&smtpc->sasl, conn, FALSE, &progress); in smtp_perform_authentication()
566 if(data->set.str[STRING_MAIL_AUTH] && conn->proto.smtpc.sasl.authused) { in smtp_perform_mail()
771 smtpc->sasl.authmechs |= mechbit; in smtp_state_ehlo_resp()
832 result = Curl_sasl_continue(&smtpc->sasl, conn, smtpcode, &progress); in smtp_state_auth_resp()
1157 Curl_sasl_init(&smtpc->sasl, &saslsmtp); in smtp_connect()
1375 Curl_sasl_cleanup(conn, smtpc->sasl.authused); in smtp_disconnect()
1498 smtpc->sasl.resetprefs = TRUE; in smtp_parse_url_options()
1513 result = Curl_sasl_parse_url_auth_option(&smtpc->sasl, in smtp_parse_url_options()