Lines Matching refs:sasl
328 smtpc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanism yet */ in smtp_perform_ehlo()
329 smtpc->sasl.authused = SASL_AUTH_NONE; /* Clear the authentication mechanism in smtp_perform_ehlo()
355 smtpc->sasl.authused = SASL_AUTH_NONE; /* No authentication mechanism used in smtp_perform_helo()
498 !Curl_sasl_can_authenticate(&smtpc->sasl, data)) { in smtp_perform_authentication()
504 result = Curl_sasl_start(&smtpc->sasl, data, FALSE, &progress); in smtp_perform_authentication()
649 if(data->set.str[STRING_MAIL_AUTH] && conn->proto.smtpc.sasl.authused) { in smtp_perform_mail()
950 smtpc->sasl.authmechs |= mechbit; in smtp_state_ehlo_resp()
1013 result = Curl_sasl_continue(&smtpc->sasl, data, smtpcode, &progress); in smtp_state_auth_resp()
1362 Curl_sasl_init(&smtpc->sasl, data, &saslsmtp); in smtp_connect()
1583 Curl_sasl_cleanup(conn, smtpc->sasl.authused); in smtp_disconnect()
1696 result = Curl_sasl_parse_url_auth_option(&smtpc->sasl, in smtp_parse_url_options()