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

/freebsd-10.3-release/crypto/openssh/
H A Dauth-bsdauth.c53 bsdauth_query(void *ctx, char **name, char **infotxt, function
65 debug2("bsdauth_query: try reuse session");
74 debug2("bsdauth_query: new bsd auth session");
75 debug3("bsdauth_query: style %s",
81 debug2("bsdauth_query: <%s>", challenge ? challenge : "empty");
133 bsdauth_query,
H A Dauth.h181 int bsdauth_query(void *, char **, char **, u_int *, char ***, u_int **);
H A Dmonitor.c943 success = bsdauth_query(authctxt, &name, &infotxt, &numprompts,

Completed in 276 milliseconds