Searched refs:auth_client_find_mech (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/lib-auth/
H A Dauth-client.c73 auth_client_find_mech(struct auth_client *client, const char *name) function
H A Dauth-client.h88 auth_client_find_mech(struct auth_client *client, const char *name);
/dovecot/src/pop3-login/
H A Dclient.c195 if (auth_client_find_mech(auth_client, "APOP") == NULL) {
/dovecot/src/login-common/
H A Dsasl-server.c359 mech = auth_client_find_mech(auth_client, mech_name);
/dovecot/src/imap-login/
H A Dimap-login-client.c79 if (auth_client_find_mech(auth_client, "PLAIN") == NULL) {

Completed in 15 milliseconds