Searched refs:ssh_gssapi_userok (Results 1 – 4 of 4) sorted by relevance
247 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user)); in input_gssapi_exchange_complete()282 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user)); in input_gssapi_mic()
123 int ssh_gssapi_userok(char *name);
332 ssh_gssapi_userok(char *user) in ssh_gssapi_userok() function
2099 authenticated = authctxt->valid && ssh_gssapi_userok(authctxt->user); in mm_answer_gss_userok()