Home
last modified time | relevance | path

Searched refs:ssh_gssapi_userok (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dssh-gss.h108 int ssh_gssapi_userok(char *name);
H A Dgss-serv.c355 ssh_gssapi_userok(char *user) in ssh_gssapi_userok() function
H A Dmonitor.c1742 authenticated = authctxt->valid && ssh_gssapi_userok(authctxt->user); in mm_answer_gss_userok()