Searched defs:mech_name (Results 1 - 10 of 10) sorted by relevance

/dovecot/src/pop3-login/
H A Dclient-authenticate.c83 const char *mech_name, *init_resp, *p; local
102 mech_name = args;
106 mech_name = t_strdup_until(args, p);
117 (void)client_auth_begin(client, mech_name, init_resp);
H A Dpop3-proxy.c34 const char *mech_name, *error; local
85 mech_name = dsasl_client_mech_get_name(client->common.proxy_mech);
87 str_printfa(str, "AUTH %s ", mech_name);
92 mech_name, error));
/dovecot/src/auth/
H A Dmech.h31 const char *mech_name; member in struct:mech_module
H A Dauth-request.h84 const char *service, *mech_name, *session_id, *local_name, *client_id; member in struct:auth_request
/dovecot/src/imap-login/
H A Dclient-authenticate.c119 imap_client_auth_begin(struct imap_client *imap_client, const char *mech_name, argument
136 return client_auth_begin(&imap_client->common, mech_name, init_resp);
H A Dimap-proxy.c99 const char *mech_name, *error; local
146 mech_name = dsasl_client_mech_get_name(client->common.proxy_mech);
149 str_append(str, mech_name);
155 mech_name, error));
/dovecot/src/submission-login/
H A Dsubmission-proxy.c83 const char *mech_name, *error; local
110 mech_name = dsasl_client_mech_get_name(client->common.proxy_mech);
112 str_printfa(str, "AUTH %s ", mech_name);
117 mech_name, error));
/dovecot/src/login-common/
H A Dsasl-server.c342 const char *service, const char *mech_name,
356 client->auth_mech_name = str_ucase(i_strdup(mech_name));
359 mech = auth_client_find_mech(auth_client, mech_name);
341 sasl_server_auth_begin(struct client *client, const char *service, const char *mech_name, const char *initial_resp_base64, sasl_server_callback_t *callback) argument
H A Dclient-common-auth.c769 int client_auth_begin(struct client *client, const char *mech_name, argument
786 sasl_server_auth_begin(client, login_binary->protocol, mech_name,
/dovecot/src/lib-imap-client/
H A Dimapc-connection.c947 const char *mech_name)
953 strcasecmp((*capa)+5, mech_name) == 0)
946 imapc_connection_have_auth(struct imapc_connection *conn, const char *mech_name) argument

Completed in 768 milliseconds