Home
last modified time | relevance | path

Searched refs:xp_verf (Results 1 – 18 of 18) sorted by relevance

/src/lib/libc/rpc/
H A Dsvc_auth_unix.c120 rqst->rq_xprt->xp_verf.oa_flavor = in _svcauth_unix()
122 rqst->rq_xprt->xp_verf.oa_base = in _svcauth_unix()
124 rqst->rq_xprt->xp_verf.oa_length = in _svcauth_unix()
127 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in _svcauth_unix()
128 rqst->rq_xprt->xp_verf.oa_length = 0; in _svcauth_unix()
H A Dsvc.c364 rply.acpted_rply.ar_verf = xprt->xp_verf; in svc_sendreply()
383 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noproc()
400 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_decode()
417 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_systemerr()
498 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noprog()
515 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_progvers()
H A Dsvc_auth.c104 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor; in _authenticate()
105 rqst->rq_xprt->xp_verf.oa_length = 0; in _authenticate()
H A Dsvc_auth_des.c307 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_DES; in _svcauth_des()
308 rqst->rq_xprt->xp_verf.oa_base = msg->rm_call.cb_verf.oa_base; in _svcauth_des()
309 rqst->rq_xprt->xp_verf.oa_length = in _svcauth_des()
H A Dsvc_raw.c113 srp->server->xp_verf.oa_base = srp->verf_body; in svc_raw_create()
H A Dsvc_vc.c145 xprt->xp_verf = _null_auth; in svc_vc_create()
259 xprt->xp_verf.oa_base = cd->verf_body; in makefd_xprt()
H A Dsvc_dg.c138 xprt->xp_verf.oa_base = su->su_verfbody; in svc_dg_create()
/src/crypto/krb5/src/lib/rpc/
H A Dsvc.c255 rply.acpted_rply.ar_verf = xprt->xp_verf; in svc_sendreply()
272 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noproc()
287 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_decode()
302 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_systemerr()
344 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noprog()
362 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_progvers()
H A Dsvc_auth.c92 rqst->rq_xprt->xp_verf.oa_flavor = gssrpc__null_auth.oa_flavor; in gssrpc__authenticate()
93 rqst->rq_xprt->xp_verf.oa_length = 0; in gssrpc__authenticate()
H A Dsvc_auth_gss.c284 rqst->rq_xprt->xp_verf.oa_flavor = RPCSEC_GSS; in svcauth_gss_accept_sec_context()
285 rqst->rq_xprt->xp_verf.oa_base = gd->checksum.value; in svcauth_gss_accept_sec_context()
286 rqst->rq_xprt->xp_verf.oa_length = gd->checksum.length; in svcauth_gss_accept_sec_context()
379 rqst->rq_xprt->xp_verf.oa_flavor = RPCSEC_GSS; in svcauth_gss_nextverf()
380 rqst->rq_xprt->xp_verf.oa_base = (caddr_t)gd->checksum.value; in svcauth_gss_nextverf()
381 rqst->rq_xprt->xp_verf.oa_length = (u_int)gd->checksum.length; in svcauth_gss_nextverf()
402 rqst->rq_xprt->xp_verf = gssrpc__null_auth; in gssrpc__svcauth_gss()
H A Dsvc_auth_unix.c120 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in gssrpc__svcauth_unix()
121 rqst->rq_xprt->xp_verf.oa_length = 0; in gssrpc__svcauth_unix()
H A Dsvc_raw.c88 srp->server.xp_verf.oa_base = srp->verf_body; in svcraw_create()
H A Dsvc_tcp.c199 xprt->xp_verf = gssrpc__null_auth; in svctcp_create()
262 xprt->xp_verf.oa_base = cd->verf_body; in makefd_xprt()
H A Dsvc_auth_gssapi.c560 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_GSSAPI; in gssrpc__svcauth_gssapi()
561 rqst->rq_xprt->xp_verf.oa_base = out_buf.value; in gssrpc__svcauth_gssapi()
562 rqst->rq_xprt->xp_verf.oa_length = out_buf.length; in gssrpc__svcauth_gssapi()
H A Dsvc_udp.c170 xprt->xp_verf.oa_base = su->su_verfbody; in svcudp_bufcreate()
/src/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c827 rqst->rq_xprt->xp_verf.oa_flavor = RPCSEC_GSS; in svc_rpc_gss_nextverf()
828 rqst->rq_xprt->xp_verf.oa_base = (caddr_t)client->cl_verf.value; in svc_rpc_gss_nextverf()
829 rqst->rq_xprt->xp_verf.oa_length = (u_int)client->cl_verf.length; in svc_rpc_gss_nextverf()
981 rqst->rq_xprt->xp_verf = _null_auth; in svc_rpc_gss()
1078 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in svc_rpc_gss()
1079 rqst->rq_xprt->xp_verf.oa_length = 0; in svc_rpc_gss()
/src/crypto/krb5/src/include/gssrpc/
H A Dsvc.h102 struct opaque_auth xp_verf; /* raw response verifier */ member
/src/include/rpc/
H A Dsvc.h120 struct opaque_auth xp_verf; /* raw response verifier */ member