Home
last modified time | relevance | path

Searched refs:rq_cred (Results 1 – 17 of 17) sorted by relevance

/trueos/sys/rpc/
HDsvc_auth.c86 rqst->rq_cred = msg->rm_call.cb_cred; in _authenticate()
89 cred_flavor = rqst->rq_cred.oa_flavor; in _authenticate()
171 flavor = rqst->rq_cred.oa_flavor; in svc_getcred()
HDsvc.h263 struct opaque_auth rq_cred; /* raw creds from the wire */ member
398 struct opaque_auth rq_cred; /* raw creds from the wire */ member
/trueos/lib/libc/rpc/
HDsvc_auth.c108 rqst->rq_cred = msg->rm_call.cb_cred;
113 cred_flavor = rqst->rq_cred.oa_flavor;
HDsvc.c681 r.rq_cred = msg.rm_call.cb_cred;
/trueos/contrib/amd/libamu/
HDmisc_rpc.c186 switch (rp->rq_cred.oa_flavor) { in getcreds()
/trueos/sys/rpc/rpcsec_gss/
HDsvc_rpcsec_gss.c410 if (req->rq_cred.oa_flavor != RPCSEC_GSS) in rpc_gss_getcred()
436 if (req->rq_cred.oa_flavor != RPCSEC_GSS) in rpc_gss_svc_getcred()
1238 if (rqst->rq_cred.oa_length <= 0) in svc_rpc_gss()
1243 xdrmem_create(&xdrs, rqst->rq_cred.oa_base, in svc_rpc_gss()
1244 rqst->rq_cred.oa_length, XDR_DECODE); in svc_rpc_gss()
/trueos/lib/librpcsec_gss/
HDsvc_rpcsec_gss.c322 if (req->rq_cred.oa_flavor != RPCSEC_GSS) in rpc_gss_getcred()
979 if (rqst->rq_cred.oa_length <= 0) in svc_rpc_gss()
984 xdrmem_create(&xdrs, rqst->rq_cred.oa_base, in svc_rpc_gss()
985 rqst->rq_cred.oa_length, XDR_DECODE); in svc_rpc_gss()
/trueos/usr.sbin/rpc.ypupdated/
HDypupdated_server.c71 switch (svcreq->rq_cred.oa_flavor) { in yp_checkauth()
/trueos/libexec/rpc.rquotad/
HDrquotad.c136 if (request->rq_cred.oa_flavor != AUTH_UNIX) { in sendquota()
/trueos/include/rpc/
HDsvc.h156 struct opaque_auth rq_cred; /* raw creds from the wire */ member
/trueos/usr.sbin/keyserv/
HDkeyserv.c739 if (rqstp->rq_cred.oa_flavor != AUTH_SYS) {
795 if (rqstp->rq_cred.oa_flavor == AUTH_SYS) {
/trueos/tools/regression/rpcsec_gss/
HDrpctest.c175 if (rqstp->rq_cred.oa_flavor != RPCSEC_GSS) { in server_program_1()
/trueos/usr.sbin/rpcbind/
HDrpcb_svc_com.c835 if (rqstp->rq_cred.oa_flavor == AUTH_NULL) { in rpcbproc_callit_com()
837 } else if (rqstp->rq_cred.oa_flavor == AUTH_SYS) { in rpcbproc_callit_com()
/trueos/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
HDrpcb_svc_com.c830 if (rqstp->rq_cred.oa_flavor == AUTH_NULL) { in rpcbproc_callit_com()
832 } else if (rqstp->rq_cred.oa_flavor == AUTH_SYS) { in rpcbproc_callit_com()
/trueos/usr.sbin/rpc.yppasswdd/
HDyppasswdd_server.c745 if (rqstp->rq_cred.oa_flavor != AUTH_SYS) { in yppasswdproc_update_master_1_svc()
/trueos/usr.sbin/ypbind/
HDypbind.c311 switch (rqstp->rq_cred.oa_flavor) { in ypbindprog_2()
/trueos/sys/kgssapi/
HDgsstest.c930 if (rqstp->rq_cred.oa_flavor != RPCSEC_GSS) { in server_program_1()