Searched refs:bsdauth_query (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dauth-bsdauth.c51 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,
H A Dauth.h173 int bsdauth_query(void *, char **, char **, u_int *, char ***, u_int **);
H A Dmonitor.c912 success = bsdauth_query(authctxt, &name, &infotxt, &numprompts,

Completed in 70 milliseconds