Home
last modified time | relevance | path

Searched refs:oa_flavor (Results 1 – 25 of 43) sorted by relevance

12

/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_calmsg.c83 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_callmsg()
93 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_callmsg()
119 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
139 if (xdr_enum(xdrs, &oa->oa_flavor) == FALSE || in xdr_callmsg()
143 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
H A Drpc_prot.c67 if (xdr_enum(xdrs, &(ap->oa_flavor))) { in xdr_opaque_auth()
158 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_replymsg()
201 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_replymsg()
204 if (xdr_enum(xdrs, &oa->oa_flavor) == FALSE || in xdr_replymsg()
275 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_replymsg_hdr()
H A Dsvc.c1399 if (r.rq_cred.oa_flavor == RPCSEC_GSS) in svc_getreq()
2821 oa_dst.oa_flavor = oa_src.oa_flavor; in rpc_msg_dup()
2833 oa_dst.oa_flavor = oa_src.oa_flavor; in rpc_msg_dup()
2841 oa_dst.oa_flavor = -1; /* will be set later */ in rpc_msg_dup()
H A Dauth.h187 enum_t oa_flavor; /* flavor of auth */ member
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_callmsg.c78 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_callmsg()
88 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_callmsg()
114 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
145 if (xdr_enum(xdrs, &oa->oa_flavor) == FALSE || in xdr_callmsg()
149 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
H A Dsvc_auth.c109 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor; in __gss_authenticate()
111 cred_flavor = rqst->rq_cred.oa_flavor; in __gss_authenticate()
H A Drpc_prot.c60 if (xdr_enum(xdrs, &(ap->oa_flavor))) in xdr_opaque_auth()
142 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_replymsg()
186 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_replymsg()
189 if (xdr_enum(xdrs, &oa->oa_flavor) == FALSE || in xdr_replymsg()
H A Dauth_des.c195 auth->ah_cred.oa_flavor = AUTH_DES; in authdes_pk_seccreate()
196 auth->ah_verf.oa_flavor = AUTH_DES; in authdes_pk_seccreate()
314 if (!xdr_putint32(xdrs, (int *)&auth->ah_cred.oa_flavor)) in authdes_marshal()
327 if (!xdr_putint32(xdrs, (int *)&auth->ah_verf.oa_flavor)) in authdes_marshal()
H A Dclnt_dg.c314 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) { in clnt_dg_call()
465 if (cl->cl_auth->ah_cred.oa_flavor == in clnt_dg_call()
467 cl->cl_auth->ah_cred.oa_flavor == in clnt_dg_call()
570 } else if (cl->cl_auth->ah_cred.oa_flavor != in clnt_dg_call()
652 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) { in clnt_dg_send()
H A Dsvc_auth_loopb.c104 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in __svcauth_loopback()
H A Dauth_sys.c137 au->au_origcred.oa_flavor = AUTH_SYS; in authsys_create()
258 if (verf->oa_flavor == AUTH_SHORT) { in authsys_validate()
H A Dsvc_auth_sys.c115 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in __svcauth_sys()
H A Dsvc_door.c194 if (msg->rm_call.cb_cred.oa_flavor == AUTH_NULL) { in svc_door_dispatch()
195 r->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor; in svc_door_dispatch()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_kern.c102 auth->ah_cred.oa_flavor = AUTH_UNIX; in authkern_init()
130 ASSERT(auth->ah_cred.oa_flavor == AUTH_SYS); in authkern_marshal()
131 ASSERT(auth->ah_verf.oa_flavor == AUTH_NONE); in authkern_marshal()
H A Dauth_loopb.c103 auth->ah_cred.oa_flavor = AUTH_LOOPBACK; in authloopback_init()
133 ASSERT(auth->ah_cred.oa_flavor == AUTH_LOOPBACK); in authloopback_marshal()
134 ASSERT(auth->ah_verf.oa_flavor == AUTH_NONE); in authloopback_marshal()
H A Dsec_svc.c96 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor; in sec_svc_msg()
106 cred_flavor = rqst->rq_cred.oa_flavor; in sec_svc_msg()
155 flavor = req->rq_cred.oa_flavor; in sec_svc_getcred()
H A Dauth_des.c181 auth->ah_cred.oa_flavor = AUTH_DES; in authdes_create()
182 auth->ah_verf.oa_flavor = AUTH_DES; in authdes_create()
292 (int32_t *)&auth->ah_cred.oa_flavor)); in authdes_marshal()
303 (int32_t *)&auth->ah_verf.oa_flavor)); in authdes_marshal()
H A Dsvc_authu.c122 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in _svcauth_unix()
H A Dsec_clnt.c618 switch (auth->ah_cred.oa_flavor) { in sec_clnt_freeh()
647 auth->ah_cred.oa_flavor); in sec_clnt_freeh()
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dkadm_rpc_svc.c97 if (rqstp->rq_cred.oa_flavor != RPCSEC_GSS) {
101 rqstp->rq_cred.oa_flavor);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c128 au->au_origcred.oa_flavor = (uint_t)AUTH_UNIX; in authunix_create()
167 if (verf->oa_flavor == AUTH_SHORT) { in authunix_validate()
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c260 auth->ah_cred.oa_flavor = RPCSEC_GSS;
481 creds.oa_flavor = RPCSEC_GSS;
513 verf.oa_flavor = AUTH_NONE;
519 verf.oa_flavor = RPCSEC_GSS;
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c576 auth->ah_cred.oa_flavor = RPCSEC_GSS;
916 creds.oa_flavor = RPCSEC_GSS;
951 verf.oa_flavor = AUTH_NONE;
957 verf.oa_flavor = RPCSEC_GSS;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c1799 req.rq_cred.oa_flavor = AUTH_NONE; in log_public_record()
1844 req.rq_cred.oa_flavor = AUTH_NONE; in nfslog_share_record()
1870 req.rq_cred.oa_flavor = AUTH_NONE; in nfslog_unshare_record()
1895 req.rq_cred.oa_flavor = AUTH_NONE; in nfslog_getfh()
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c230 switch (rqstp->rq_cred.oa_flavor) { in ypupdate_prog()

12