Searched refs:auth_send_challenge (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/login-common/
H A Dclient-common.h113 void (*auth_send_challenge)(struct client *client, const char *data); member in struct:client_vfuncs
H A Dclient-common-auth.c748 i_assert(client->v.auth_send_challenge != NULL);
749 client->v.auth_send_challenge(client, data);
H A Dclient-common.c169 if (client->v.auth_send_challenge == NULL)
170 client->v.auth_send_challenge = client_auth_send_challenge;

Completed in 204 milliseconds