HomeSort by relevance Sort by last modified time
    Searched refs:userauth (Results 1 - 3 of 3) sorted by null

  /external/openssh/
auth.h 86 int (*userauth)(Authctxt *authctxt); member in struct:Authmethod
sshconnect2.c 274 int (*userauth)(Authctxt *authctxt); member in struct:Authmethod
310 void userauth(Authctxt *, char *);
375 packet_put_cstring("ssh-userauth");
409 fatal("ssh_userauth2: internal error: cannot send userauth none request");
411 /* initial userauth request */
427 userauth(Authctxt *authctxt, char *authlist) function
454 if (method->userauth(authctxt) != 0) {
546 userauth(authctxt, authlist);
617 userauth(authctxt, NULL);
753 userauth(authctxt, NULL)
    [all...]
auth2.c 191 if (strcmp(service, "ssh-userauth") == 0) {
227 debug("userauth-request for user %s service %s method %s", user, service, method);
283 authenticated = m->userauth(authctxt);
340 /* turn off userauth */

Completed in 307 milliseconds