Lines Matching refs:sasl
364 pop3c->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in pop3_perform_capa()
365 pop3c->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used */ in pop3_perform_capa()
557 if(!Curl_sasl_can_authenticate(&pop3c->sasl, conn)) { in pop3_perform_authentication()
564 result = Curl_sasl_start(&pop3c->sasl, conn, FALSE, &progress); in pop3_perform_authentication()
758 pop3c->sasl.authmechs |= mechbit; in pop3_state_capa_resp()
828 result = Curl_sasl_continue(&pop3c->sasl, conn, pop3code, &progress); in pop3_state_auth_resp()
1132 Curl_sasl_init(&pop3c->sasl, &saslpop3); in pop3_connect()
1280 Curl_sasl_cleanup(conn, pop3c->sasl.authused); in pop3_disconnect()
1401 pop3c->sasl.resetprefs = TRUE; in pop3_parse_url_options()
1416 result = Curl_sasl_parse_url_auth_option(&pop3c->sasl, in pop3_parse_url_options()
1421 pop3c->sasl.prefmech = SASL_AUTH_NONE; in pop3_parse_url_options()
1433 switch(pop3c->sasl.prefmech) { in pop3_parse_url_options()