Home
last modified time | relevance | path

Searched refs:__gss_authenticate (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/rpc/
H A Dsvc_auth.h111 extern enum auth_stat __gss_authenticate(struct svc_req *, struct rpc_msg *,
115 extern enum auth_stat __gss_authenticate();
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dsvc_auth.c101 __gss_authenticate(struct svc_req *rqst, struct rpc_msg *msg, in __gss_authenticate() function
155 return (__gss_authenticate(rqst, msg, &no_dispatch)); in __authenticate()
H A Dsvc_door.c198 } else if ((why = __gss_authenticate(r, msg, &nd)) != AUTH_OK) { in svc_door_dispatch()
H A Dsvc.c1431 if ((why = __gss_authenticate(r, msg, in _svc_prog_dispatch()