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

  /external/openssh/
auth-bsdauth.c 101 int authok; local
112 authok = auth_userresponse(authctxt->as, responses[0], 0);
114 debug3("bsdauth_respond: <%s> = <%d>", responses[0], authok);
116 return (authok == 0) ? -1 : 0;