Searched refs:ssh_gssapi_userok (Results 1 – 4 of 4) sorted by relevance
270 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user)); in input_gssapi_exchange_complete()316 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user)); in input_gssapi_mic()
130 int ssh_gssapi_userok(char *name);
359 ssh_gssapi_userok(char *user) in ssh_gssapi_userok() function
1938 authenticated = authctxt->valid && ssh_gssapi_userok(authctxt->user); in mm_answer_gss_userok()