Searched defs:authenid (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/auth/
H A Dmech-plain.c13 const char *authid, *authenid, *error; local
20 authenid = NULL; pass = NULL;
26 authenid = (const char *) data + i+1;
37 if (authenid != NULL && strcmp(authid, authenid) == 0) {
46 } else if (!auth_request_set_username(request, authenid, &error)) {
H A Dmech-otp.c101 const char *authenid, *error; local
106 authenid = NULL;
112 authenid = (const char *) data + i + 1;
123 if (!auth_request_set_username(auth_request, authenid, &error)) {

Completed in 11 milliseconds