Searched refs:ssh_gssapi_userok (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dssh-gss.h124 int ssh_gssapi_userok(char *name);
H A Dauth2-gss.c243 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user));
278 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user));
H A Dgss-serv.c332 ssh_gssapi_userok(char *user) function
353 debug("ssh_gssapi_userok: Unknown GSSAPI mechanism");
H A Dmonitor.c2146 authenticated = authctxt->valid && ssh_gssapi_userok(authctxt->user);

Completed in 75 milliseconds