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

/freebsd-9.3-release/lib/libc/rpc/
H A Dsvc_auth_unix.c126 if ((u_int)msg->rm_call.cb_verf.oa_length) {
128 msg->rm_call.cb_verf.oa_flavor;
130 msg->rm_call.cb_verf.oa_base;
132 msg->rm_call.cb_verf.oa_length;
H A Drpc_callmsg.c72 if (cmsg->rm_call.cb_verf.oa_length > MAX_AUTH_BYTES) {
78 + RNDUP(cmsg->rm_call.cb_verf.oa_length));
99 oa = &cmsg->rm_call.cb_verf;
154 oa = &cmsg->rm_call.cb_verf;
204 return (xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_verf)));
H A Dsvc_auth_des.c171 ixdr = (long *)msg->rm_call.cb_verf.oa_base;
308 ixdr = (long *)msg->rm_call.cb_verf.oa_base;
314 rqst->rq_xprt->xp_verf.oa_base = msg->rm_call.cb_verf.oa_base;
316 (char *)ixdr - msg->rm_call.cb_verf.oa_base;
H A Dclnt_bcast.c389 msg.rm_call.cb_verf = sys_auth->ah_verf;
H A Dsvc.c603 * the "raw" parameters (msg.rm_call.cb_cred and msg.rm_call.cb_verf) and
660 msg.rm_call.cb_verf.oa_base = &(cred_area[MAX_AUTH_BYTES]);
/freebsd-9.3-release/sys/rpc/
H A Drpc_callmsg.c65 if (cmsg->rm_call.cb_verf.oa_length > MAX_AUTH_BYTES) {
71 + RNDUP(cmsg->rm_call.cb_verf.oa_length));
92 oa = &cmsg->rm_call.cb_verf;
147 oa = &cmsg->rm_call.cb_verf;
197 return (xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_verf)));
H A Drpc_msg.h143 struct opaque_auth cb_verf; /* protocol specific - provided by client */ member in struct:call_body
H A Dsvc.c871 msg.rm_call.cb_verf.oa_base = &r->rq_credarea[MAX_AUTH_BYTES];
/freebsd-9.3-release/include/rpc/
H A Drpc_msg.h143 struct opaque_auth cb_verf; /* protocol specific - provided by client */ member in struct:call_body
/freebsd-9.3-release/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c1018 checksum.value = msg->rm_call.cb_verf.oa_base;
1019 checksum.length = msg->rm_call.cb_verf.oa_length;
1337 rqst->rq_verf = msg->rm_call.cb_verf;
1379 rqst->rq_verf = msg->rm_call.cb_verf;
/freebsd-9.3-release/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c784 checksum.value = msg->rm_call.cb_verf.oa_base;
785 checksum.length = msg->rm_call.cb_verf.oa_length;

Completed in 130 milliseconds