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