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

/external/openssh/
H A Dssh-gss.h123 int ssh_gssapi_userok(char *name);
H A Dauth2-gss.c247 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user));
282 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.c2099 authenticated = authctxt->valid && ssh_gssapi_userok(authctxt->user);

Completed in 23 milliseconds