Searched refs:ah_cred (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.3-release/lib/libc/rpc/
H A Dauth_unix.c164 auth->ah_cred = au->au_origcred;
263 auth->ah_cred = au->au_shcred;
268 auth->ah_cred = au->au_origcred;
286 if (auth->ah_cred.oa_base == au->au_origcred.oa_base) {
309 auth->ah_cred = au->au_origcred;
357 if ((! xdr_opaque_auth(xdrs, &(auth->ah_cred))) ||
H A Dauth_none.c95 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth;
100 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_cred);
H A Dclnt_dg.c400 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) {
442 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) {
517 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS)
542 cl->cl_auth->ah_cred.oa_flavor
564 if (cl->cl_auth->ah_cred.oa_flavor
H A Dauth_des.c222 auth->ah_cred.oa_flavor = AUTH_DES;
342 ATTEMPT(xdr_putint32(xdrs, (int *)&auth->ah_cred.oa_flavor));
H A Dclnt_vc.c363 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) {
436 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) {
H A Dclnt_bcast.c388 msg.rm_call.cb_cred = sys_auth->ah_cred;
/freebsd-10.3-release/sys/rpc/
H A Dauth_unix.c213 auth->ah_cred = au->au_origcred;
284 auth->ah_cred = au->au_shcred;
289 auth->ah_cred = au->au_origcred;
307 if (auth->ah_cred.oa_base == au->au_origcred.oa_base) {
329 auth->ah_cred = au->au_origcred;
372 if ((! xdr_opaque_auth(xdrs, &(auth->ah_cred))) ||
H A Dauth_none.c93 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth;
96 xdr_opaque_auth(&xdrs, &ap->no_client.ah_cred);
H A Dauth.h181 struct opaque_auth ah_cred; member in struct:__auth
H A Dclnt_dg.c715 auth->ah_cred.oa_flavor == RPCSEC_GSS) {
/freebsd-10.3-release/include/rpc/
H A Dauth.h180 struct opaque_auth ah_cred; member in struct:__auth
/freebsd-10.3-release/lib/librpcsec_gss/
H A Drpcsec_gss.c180 auth->ah_cred.oa_flavor = RPCSEC_GSS;
/freebsd-10.3-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c399 auth->ah_cred.oa_flavor = RPCSEC_GSS;

Completed in 284 milliseconds