Home
last modified time | relevance | path

Searched refs:_svcauth_short (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dauth_sys.h122 extern enum auth_stat _svcauth_short(struct svc_req *, struct rpc_msg *);
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvc_authu.c135 _svcauth_short(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_short() function
H A Dsec_svc.c119 return (_svcauth_short(rqst, msg)); in sec_svc_msg()