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

/external/openssh/
H A Dssh-gss.h126 int ssh_gssapi_userok(char *name);
H A Dauth2-gss.c241 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user));
277 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user));
H A Dgss-serv.c350 ssh_gssapi_userok(char *user) function
372 debug("ssh_gssapi_userok: Unknown GSSAPI mechanism");
H A Dmonitor.c2048 authenticated = authctxt->valid && ssh_gssapi_userok(authctxt->user);

Completed in 122 milliseconds