/titanic_50/usr/src/uts/common/rpc/ |
H A D | rpc_calmsg.c | 82 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_callmsg() 89 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_callmsg() 110 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg() 130 if (xdr_enum(xdrs, &oa->oa_flavor) == FALSE || in xdr_callmsg() 134 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
|
H A D | rpc_prot.c | 67 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 D | svc.c | 1417 if (r.rq_cred.oa_flavor == RPCSEC_GSS) in svc_getreq() 2839 oa_dst.oa_flavor = oa_src.oa_flavor; in rpc_msg_dup() 2851 oa_dst.oa_flavor = oa_src.oa_flavor; in rpc_msg_dup() 2859 oa_dst.oa_flavor = -1; /* will be set later */ in rpc_msg_dup()
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | rpc_callmsg.c | 77 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_callmsg() 84 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_callmsg() 111 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg() 143 if (xdr_enum(xdrs, &oa->oa_flavor) == FALSE || in xdr_callmsg() 147 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
|
H A D | svc_auth.c | 111 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor; in __gss_authenticate() 113 cred_flavor = rqst->rq_cred.oa_flavor; in __gss_authenticate()
|
H A D | rpc_prot.c | 64 if (xdr_enum(xdrs, &(ap->oa_flavor))) in xdr_opaque_auth() 146 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_replymsg() 190 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_replymsg() 193 if (xdr_enum(xdrs, &oa->oa_flavor) == FALSE || in xdr_replymsg()
|
H A D | auth_des.c | 197 auth->ah_cred.oa_flavor = AUTH_DES; in authdes_pk_seccreate() 198 auth->ah_verf.oa_flavor = AUTH_DES; in authdes_pk_seccreate() 316 if (!xdr_putint32(xdrs, (int *)&auth->ah_cred.oa_flavor)) in authdes_marshal() 329 if (!xdr_putint32(xdrs, (int *)&auth->ah_verf.oa_flavor)) in authdes_marshal()
|
H A D | clnt_dg.c | 313 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) { in clnt_dg_call() 464 if (cl->cl_auth->ah_cred.oa_flavor == in clnt_dg_call() 466 cl->cl_auth->ah_cred.oa_flavor == in clnt_dg_call() 569 } else if (cl->cl_auth->ah_cred.oa_flavor != in clnt_dg_call() 651 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) { in clnt_dg_send()
|
H A D | svc_auth_loopb.c | 104 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in __svcauth_loopback()
|
H A D | svc_auth_sys.c | 115 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in __svcauth_sys()
|
H A D | auth_sys.c | 137 au->au_origcred.oa_flavor = AUTH_SYS; in authsys_create() 258 if (verf->oa_flavor == AUTH_SHORT) { in authsys_validate()
|
H A D | svc_door.c | 194 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()
|
/titanic_50/usr/src/uts/common/rpc/sec/ |
H A D | auth_kern.c | 102 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 D | auth_loopb.c | 103 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 D | sec_svc.c | 98 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor; in sec_svc_msg() 108 cred_flavor = rqst->rq_cred.oa_flavor; in sec_svc_msg() 157 flavor = req->rq_cred.oa_flavor; in sec_svc_getcred()
|
H A D | auth_des.c | 183 auth->ah_cred.oa_flavor = AUTH_DES; in authdes_create() 184 auth->ah_verf.oa_flavor = AUTH_DES; in authdes_create() 294 (int32_t *)&auth->ah_cred.oa_flavor)); in authdes_marshal() 305 (int32_t *)&auth->ah_verf.oa_flavor)); in authdes_marshal()
|
H A D | svc_authu.c | 122 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in _svcauth_unix()
|
H A D | sec_clnt.c | 618 switch (auth->ah_cred.oa_flavor) { in sec_clnt_freeh() 647 auth->ah_cred.oa_flavor); in sec_clnt_freeh()
|
/titanic_50/usr/src/cmd/krb5/kadmin/server/ |
H A D | kadm_rpc_svc.c | 97 if (rqstp->rq_cred.oa_flavor != RPCSEC_GSS) { 101 rqstp->rq_cred.oa_flavor);
|
/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | auth_unix.c | 135 au->au_origcred.oa_flavor = (uint_t)AUTH_UNIX; in authunix_create() 177 if (verf->oa_flavor == AUTH_SHORT) { in authunix_validate()
|
/titanic_50/usr/src/lib/rpcsec_gss/ |
H A D | rpcsec_gss.c | 262 auth->ah_cred.oa_flavor = RPCSEC_GSS; 483 creds.oa_flavor = RPCSEC_GSS; 515 verf.oa_flavor = AUTH_NONE; 521 verf.oa_flavor = RPCSEC_GSS;
|
/titanic_50/usr/src/lib/libbc/inc/include/rpc/ |
H A D | auth.h | 79 enum_t oa_flavor; /* flavor of auth */ member
|
/titanic_50/usr/src/uts/common/rpc/sec_gss/ |
H A D | rpcsec_gss.c | 572 auth->ah_cred.oa_flavor = RPCSEC_GSS; 912 creds.oa_flavor = RPCSEC_GSS; 947 verf.oa_flavor = AUTH_NONE; 953 verf.oa_flavor = RPCSEC_GSS;
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_log.c | 1795 req.rq_cred.oa_flavor = AUTH_NONE; in log_public_record() 1840 req.rq_cred.oa_flavor = AUTH_NONE; in nfslog_share_record() 1866 req.rq_cred.oa_flavor = AUTH_NONE; in nfslog_unshare_record() 1891 req.rq_cred.oa_flavor = AUTH_NONE; in nfslog_getfh()
|
/titanic_50/usr/src/cmd/ypcmd/ypupdated/ |
H A D | rpc.ypupdated.c | 235 switch (rqstp->rq_cred.oa_flavor) {
|