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

  /external/openssh/
auth-bsdauth.c 51 bsdauth_query(void *ctx, char **name, char **infotxt, function
58 debug2("bsdauth_query: try reuse session");
67 debug2("bsdauth_query: new bsd auth session");
68 debug3("bsdauth_query: style %s",
74 debug2("bsdauth_query: <%s>", challenge ? challenge : "empty");
126 bsdauth_query,
auth.h 156 int bsdauth_query(void *, char **, char **, u_int *, char ***, u_int **);
monitor.c 887 success = bsdauth_query(authctxt, &name, &infotxt, &numprompts,
    [all...]

Completed in 28 milliseconds