Searched refs:userok (Results 1 – 2 of 2) sorted by relevance
359 if (gssapi_client.mech && gssapi_client.mech->userok) in ssh_gssapi_userok()360 if ((*gssapi_client.mech->userok)(&gssapi_client, user)) in ssh_gssapi_userok()
84 int (*userok) (ssh_gssapi_client *, char *); member