HomeSort by relevance Sort by last modified time
    Searched defs:userauth (Results 1 - 2 of 2) 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...]

Completed in 196 milliseconds