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

/external/openssh/
H A Dauth.h94 int (*userauth)(Authctxt *authctxt); member in struct:Authmethod
H A Dsshconnect2.c288 int (*userauth)(Authctxt *authctxt); member in struct:cauthmethod
318 void userauth(Authctxt *, char *);
376 packet_put_cstring("ssh-userauth");
412 fatal("ssh_userauth2: internal error: cannot send userauth none request");
414 /* initial userauth request */
430 userauth(Authctxt *authctxt, char *authlist) function
454 if (method->userauth(authctxt) != 0) {
550 userauth(authctxt, authlist);
624 userauth(authctxt, NULL);
761 userauth(authctx
[all...]
H A Dauth2.c189 if (strcmp(service, "ssh-userauth") == 0) {
226 debug("userauth-request for user %s service %s method %s", user, service, method);
281 authenticated = m->userauth(authctxt);
349 /* turn off userauth */

Completed in 94 milliseconds