Home
last modified time | relevance | path

Searched refs:cb_verf (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/lib/libc/rpc/
H A Dsvc_auth_unix.c126 if ((u_int)msg->rm_call.cb_verf.oa_length) { in _svcauth_unix()
128 msg->rm_call.cb_verf.oa_flavor; in _svcauth_unix()
130 msg->rm_call.cb_verf.oa_base; in _svcauth_unix()
132 msg->rm_call.cb_verf.oa_length; in _svcauth_unix()
H A Drpc_callmsg.c72 if (cmsg->rm_call.cb_verf.oa_length > MAX_AUTH_BYTES) { in xdr_callmsg()
78 + RNDUP(cmsg->rm_call.cb_verf.oa_length)); in xdr_callmsg()
99 oa = &cmsg->rm_call.cb_verf; in xdr_callmsg()
154 oa = &cmsg->rm_call.cb_verf; in xdr_callmsg()
204 return (xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_verf))); in xdr_callmsg()
H A Dsvc_auth_des.c171 ixdr = (long *)msg->rm_call.cb_verf.oa_base; in _svcauth_des()
308 ixdr = (long *)msg->rm_call.cb_verf.oa_base; in _svcauth_des()
314 rqst->rq_xprt->xp_verf.oa_base = msg->rm_call.cb_verf.oa_base; in _svcauth_des()
316 (char *)ixdr - msg->rm_call.cb_verf.oa_base; in _svcauth_des()
H A Dclnt_bcast.c397 msg.rm_call.cb_verf = sys_auth->ah_verf; in rpc_broadcast_exp()
H A Dsvc.c629 msg.rm_call.cb_verf.oa_base = &(cred_area[MAX_AUTH_BYTES]); in svc_getreq_common()
/freebsd-12.1/sys/rpc/
H A Drpc_callmsg.c67 if (cmsg->rm_call.cb_verf.oa_length > MAX_AUTH_BYTES) { in xdr_callmsg()
73 + RNDUP(cmsg->rm_call.cb_verf.oa_length)); in xdr_callmsg()
94 oa = &cmsg->rm_call.cb_verf; in xdr_callmsg()
149 oa = &cmsg->rm_call.cb_verf; in xdr_callmsg()
199 return (xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_verf))); in xdr_callmsg()
H A Drpc_msg.h145 struct opaque_auth cb_verf; /* protocol specific - provided by client */ member
H A Dsvc.c929 msg.rm_call.cb_verf.oa_base = &r->rq_credarea[MAX_AUTH_BYTES]; in svc_getreq()
/freebsd-12.1/include/rpc/
H A Drpc_msg.h145 struct opaque_auth cb_verf; /* protocol specific - provided by client */ member
/freebsd-12.1/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c1040 checksum.value = msg->rm_call.cb_verf.oa_base; in svc_rpc_gss_validate()
1041 checksum.length = msg->rm_call.cb_verf.oa_length; in svc_rpc_gss_validate()
1358 rqst->rq_verf = msg->rm_call.cb_verf; in svc_rpc_gss()
1400 rqst->rq_verf = msg->rm_call.cb_verf; in svc_rpc_gss()
/freebsd-12.1/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c781 checksum.value = msg->rm_call.cb_verf.oa_base; in svc_rpc_gss_validate()
782 checksum.length = msg->rm_call.cb_verf.oa_length; in svc_rpc_gss_validate()