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

  /external/openssh/
auth-bsdauth.c 98 bsdauth_respond(void *ctx, u_int numresponses, char **responses) function
107 error("bsdauth_respond: no bsd auth session");
114 debug3("bsdauth_respond: <%s> = <%d>", responses[0], authok);
134 bsdauth_respond,
auth.h 182 int bsdauth_respond(void *, u_int, char **);

Completed in 25 milliseconds