Home
last modified time | relevance | path

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

12

/freebsd-head/usr.bin/genl/
HDparser_rpc.c97 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in parser_rpc()
101 oa->oa_flavor, oa->oa_length); in parser_rpc()
128 if (xdr_enum(&xdrs, &oa->oa_flavor) == FALSE || in parser_rpc()
132 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in parser_rpc()
137 oa->oa_flavor, oa->oa_length); in parser_rpc()
/freebsd-head/lib/libc/rpc/
HDrpc_callmsg.c86 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_callmsg()
93 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_callmsg()
120 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
150 if (xdr_enum(xdrs, &oa->oa_flavor) == FALSE || in xdr_callmsg()
155 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
HDsvc_auth.c104 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor; in _authenticate()
106 cred_flavor = rqst->rq_cred.oa_flavor; in _authenticate()
HDsvc_auth_unix.c120 rqst->rq_xprt->xp_verf.oa_flavor = in _svcauth_unix()
121 msg->rm_call.cb_verf.oa_flavor; in _svcauth_unix()
127 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in _svcauth_unix()
HDauth_des.c217 auth->ah_cred.oa_flavor = AUTH_DES; in authdes_pk_seccreate()
218 auth->ah_verf.oa_flavor = AUTH_DES; in authdes_pk_seccreate()
337 ATTEMPT(xdr_putint32(xdrs, (int *)&auth->ah_cred.oa_flavor)); in authdes_marshal()
347 ATTEMPT(xdr_putint32(xdrs, (int *)&auth->ah_verf.oa_flavor)); in authdes_marshal()
HDclnt_dg.c399 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) { in clnt_dg_call()
441 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) { in clnt_dg_call()
516 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) in clnt_dg_call()
541 cl->cl_auth->ah_cred.oa_flavor in clnt_dg_call()
563 if (cl->cl_auth->ah_cred.oa_flavor in clnt_dg_call()
HDauth_unix.c140 au->au_origcred.oa_flavor = AUTH_UNIX; in authunix_create()
237 if (verf->oa_flavor == AUTH_SHORT) { in authunix_validate()
HDrpc_prot.c72 if (xdr_enum(xdrs, &(ap->oa_flavor))) in xdr_opaque_auth()
HDclnt_vc.c350 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) { in clnt_vc_call()
423 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) { in clnt_vc_call()
/freebsd-head/sys/rpc/
HDrpc_callmsg.c82 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_callmsg()
89 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_callmsg()
116 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
146 if (xdr_enum(xdrs, &oa->oa_flavor) == FALSE || in xdr_callmsg()
151 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_callmsg()
HDsvc_auth.c86 cred_flavor = rqst->rq_cred.oa_flavor; in _authenticate()
178 flavor = rqst->rq_cred.oa_flavor; in svc_getcred()
HDauth_unix.c202 au->au_origcred.oa_flavor = AUTH_UNIX; in authunix_create()
267 if (verf->oa_flavor == AUTH_SHORT) { in authunix_validate()
HDauth.h167 enum_t oa_flavor; /* flavor of auth */ member
HDrpc_prot.c78 if (xdr_enum(xdrs, &(ap->oa_flavor))) in xdr_opaque_auth()
/freebsd-head/contrib/tcpdump/
HDrpc_auth.h68 nd_uint32_t oa_flavor; /* flavor of auth */ member
/freebsd-head/libexec/rpc.rquotad/
HDrquotad.c180 if (request->rq_cred.oa_flavor != AUTH_UNIX) { in sendquota()
232 if (request->rq_cred.oa_flavor != AUTH_UNIX) { in sendquota_extended()
/freebsd-head/sys/rpc/rpcsec_tls/
HDauth_tls.c94 _tls_null_auth.oa_flavor = AUTH_TLS; in authtls_init()
HDrpctls_impl.c141 rpctls_null_verf.oa_flavor = AUTH_NULL; in rpctls_init()
440 msg->rm_call.cb_verf.oa_flavor != AUTH_NULL) { in _svcauth_rpcsec_tls()
/freebsd-head/lib/librpcsec_gss/
HDrpcsec_gss.c180 auth->ah_cred.oa_flavor = RPCSEC_GSS; in rpc_gss_seccreate()
594 creds.oa_flavor = RPCSEC_GSS; in __rpc_gss_wrap()
641 verf.oa_flavor = RPCSEC_GSS; in __rpc_gss_wrap()
HDsvc_rpcsec_gss.c322 if (req->rq_cred.oa_flavor != RPCSEC_GSS) in rpc_gss_getcred()
770 IXDR_PUT_ENUM(buf, oa->oa_flavor); in svc_rpc_gss_validate()
820 rqst->rq_xprt->xp_verf.oa_flavor = RPCSEC_GSS; in svc_rpc_gss_nextverf()
1071 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in svc_rpc_gss()
/freebsd-head/include/rpc/
HDauth.h167 enum_t oa_flavor; /* flavor of auth */ member
/freebsd-head/usr.sbin/rpc.ypupdated/
HDypupdated_server.c71 switch (svcreq->rq_cred.oa_flavor) { in yp_checkauth()
/freebsd-head/sys/rpc/rpcsec_gss/
HDsvc_rpcsec_gss.c496 if (req->rq_cred.oa_flavor != RPCSEC_GSS) in rpc_gss_getcred()
522 if (req->rq_cred.oa_flavor != RPCSEC_GSS) in rpc_gss_svc_getcred()
1118 IXDR_PUT_ENUM(buf, oa->oa_flavor); in svc_rpc_gss_validate()
1180 rqst->rq_verf.oa_flavor = RPCSEC_GSS; in svc_rpc_gss_nextverf()
HDrpcsec_gss.c398 auth->ah_cred.oa_flavor = RPCSEC_GSS; in rpc_gss_seccreate_int()
537 creds.oa_flavor = RPCSEC_GSS; in rpc_gss_marshal()
586 verf.oa_flavor = RPCSEC_GSS; in rpc_gss_marshal()
/freebsd-head/tools/regression/rpcsec_gss/
HDrpctest.c173 if (rqstp->rq_cred.oa_flavor != RPCSEC_GSS) { in server_program_1()

12