Searched refs:oa_flavor (Results 1 - 25 of 48) sorted by relevance

12

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_auth.c111 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor;
113 cred_flavor = rqst->rq_cred.oa_flavor;
H A Drpc_callmsg.c77 IXDR_PUT_ENUM(buf, oa->oa_flavor);
84 IXDR_PUT_ENUM(buf, oa->oa_flavor);
111 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
143 if (xdr_enum(xdrs, &oa->oa_flavor) == FALSE ||
147 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
H A Drpc_prot.c64 if (xdr_enum(xdrs, &(ap->oa_flavor)))
146 IXDR_PUT_ENUM(buf, oa->oa_flavor);
190 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
193 if (xdr_enum(xdrs, &oa->oa_flavor) == FALSE ||
H A Dauth_des.c197 auth->ah_cred.oa_flavor = AUTH_DES;
198 auth->ah_verf.oa_flavor = AUTH_DES;
316 if (!xdr_putint32(xdrs, (int *)&auth->ah_cred.oa_flavor))
329 if (!xdr_putint32(xdrs, (int *)&auth->ah_verf.oa_flavor))
H A Dsvc_auth_loopb.c110 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL;
H A Dsvc_auth_sys.c124 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL;
H A Dauth_sys.c137 au->au_origcred.oa_flavor = AUTH_SYS;
258 if (verf->oa_flavor == AUTH_SHORT) {
H A Dclnt_dg.c313 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) {
464 if (cl->cl_auth->ah_cred.oa_flavor ==
466 cl->cl_auth->ah_cred.oa_flavor ==
569 } else if (cl->cl_auth->ah_cred.oa_flavor !=
651 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) {
H A Dsvc_door.c194 if (msg->rm_call.cb_cred.oa_flavor == AUTH_NULL) {
195 r->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor;
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_calmsg.c82 IXDR_PUT_ENUM(buf, oa->oa_flavor);
89 IXDR_PUT_ENUM(buf, oa->oa_flavor);
110 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
130 if (xdr_enum(xdrs, &oa->oa_flavor) == FALSE ||
134 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
H A Drpc_prot.c67 if (xdr_enum(xdrs, &(ap->oa_flavor))) {
158 IXDR_PUT_ENUM(buf, oa->oa_flavor);
201 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t);
204 if (xdr_enum(xdrs, &oa->oa_flavor) == FALSE ||
275 IXDR_PUT_ENUM(buf, oa->oa_flavor);
/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/lib/libbc/inc/include/rpc/
H A Dauth.h79 enum_t oa_flavor; /* flavor of auth */ member in struct:opaque_auth
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsec_svc.c98 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor;
108 cred_flavor = rqst->rq_cred.oa_flavor;
157 flavor = req->rq_cred.oa_flavor;
H A Dauth_des.c183 auth->ah_cred.oa_flavor = AUTH_DES;
184 auth->ah_verf.oa_flavor = AUTH_DES;
294 (int32_t *)&auth->ah_cred.oa_flavor));
305 (int32_t *)&auth->ah_verf.oa_flavor));
H A Dsvc_authu.c134 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL;
H A Dauth_kern.c102 auth->ah_cred.oa_flavor = AUTH_UNIX;
H A Dauth_loopb.c105 auth->ah_cred.oa_flavor = AUTH_LOOPBACK;
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c135 au->au_origcred.oa_flavor = (uint_t)AUTH_UNIX;
177 if (verf->oa_flavor == AUTH_SHORT) {
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c262 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;
/illumos-gate/usr/src/cmd/lvm/rpc.metad/
H A Dmetad_init.c237 switch (rqstp->rq_cred.oa_flavor) {
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c229 switch (rqstp->rq_cred.oa_flavor) {
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypupdated.c240 switch (rqstp->rq_cred.oa_flavor) {
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_init.c356 switch (rqstp->rq_cred.oa_flavor) {
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_init.c336 switch (rqstp->rq_cred.oa_flavor) {

Completed in 324 milliseconds

12