Searched refs:cl_auth (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11.0-release/lib/libc/rpc/
H A Dclnt_raw.c136 client->cl_auth = authnone_create();
170 (! AUTH_MARSHALL(h->cl_auth, xdrs)) ||
211 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
216 if (AUTH_REFRESH(h->cl_auth, &msg))
221 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
H A Dkey_call.c337 auth_destroy(kcp->client->cl_auth);
338 kcp->client->cl_auth =
340 if (kcp->client->cl_auth == NULL) {
396 kcp->client->cl_auth = authsys_create("", kcp->uid, 0, 0, NULL);
397 if (kcp->client->cl_auth == NULL) {
H A Dclnt_dg.c147 * NB: The rpch->cl_auth is initialized to null authentication.
287 cl->cl_auth = authnone_create();
405 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) {
408 (! AUTH_MARSHALL(cl->cl_auth, xdrs)) ||
415 if (!__rpc_gss_wrap(cl->cl_auth, cu->cu_outhdr,
447 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) {
522 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS)
544 if (! AUTH_VALIDATE(cl->cl_auth,
547 cl->cl_auth->ah_cred.oa_flavor
569 if (cl->cl_auth
[all...]
H A Dclnt_vc.c152 * NB: The rpch->cl_auth is set null authentication. Caller may wish to
297 cl->cl_auth = authnone_create();
358 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) {
361 (! AUTH_MARSHALL(cl->cl_auth, xdrs)) ||
371 if (! __rpc_gss_wrap(cl->cl_auth, ct->ct_u.ct_mcallc,
426 if (! AUTH_VALIDATE(cl->cl_auth,
431 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) {
434 reply_stat = __rpc_gss_unwrap(cl->cl_auth,
452 if (refreshes-- && AUTH_REFRESH(cl->cl_auth, &reply_msg))
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c77 client->cl_auth = auth;
H A Dtst.call3.c371 mountclient->cl_auth = auth;
394 client->cl_auth = auth;
/freebsd-11.0-release/usr.sbin/rpc.umntall/
H A Drpc.umntall.c185 clp->cl_auth = authunix_create_default();
191 auth_destroy(clp->cl_auth);
213 clp->cl_auth = authsys_create_default();
218 auth_destroy(clp->cl_auth);
/freebsd-11.0-release/lib/librpcsvc/
H A Dyp_update.c102 if ((clnt->cl_auth = (AUTH *)authdes_create(netname, WINDOW, NULL,
194 auth_destroy(clnt->cl_auth);
/freebsd-11.0-release/lib/libypclnt/
H A Dypclnt_passwd.c187 clnt->cl_auth = authunix_create_default();
216 auth_destroy(clnt->cl_auth);
268 clnt->cl_auth = authunix_create_default();
297 auth_destroy(clnt->cl_auth);
/freebsd-11.0-release/usr.sbin/ypset/
H A Dypset.c95 client->cl_auth = authunix_create_default();
/freebsd-11.0-release/usr.sbin/ypbind/
H A Dyp_ping.c266 clnt->cl_auth = authunix_create_default();
298 auth_destroy(clnt->cl_auth);
/freebsd-11.0-release/lib/librpcsec_gss/
H A Drpcsec_gss.c210 save_auth = clnt->cl_auth;
212 clnt->cl_auth = auth;
214 clnt->cl_auth = save_auth;
218 clnt->cl_auth = save_auth;
/freebsd-11.0-release/usr.sbin/rpc.lockd/
H A Dkern.c240 if (cl->cl_auth != NULL)
241 cl->cl_auth->ah_ops->ah_destroy(cl->cl_auth);
242 cl->cl_auth = authunix_create(hostname,
/freebsd-11.0-release/sys/rpc/
H A Dclnt.h132 AUTH *cl_auth; /* authenticator */ member in struct:__rpc_client
155 AUTH *cl_auth; /* authenticator */
H A Dclnt_bck.c173 cl->cl_auth = authnone_create();
223 auth = cl->cl_auth;
H A Dclnt_rc.c113 cl->cl_auth = authnone_create();
H A Dclnt_dg.c166 * NB: The rpch->cl_auth is initialized to null authentication.
311 cl->cl_auth = authnone_create();
369 auth = cl->cl_auth;
H A Dclnt_vc.c116 * NB: The rpch->cl_auth is set null authentication. Caller may wish to
261 cl->cl_auth = authnone_create();
318 auth = cl->cl_auth;
/freebsd-11.0-release/contrib/amd/amd/
H A Damfs_host.c383 client->cl_auth = nfs_auth;
686 client->cl_auth = nfs_auth;
/freebsd-11.0-release/sbin/umount/
H A Dumount.c410 clp->cl_auth = authsys_create_default();
431 auth_destroy(clp->cl_auth);
/freebsd-11.0-release/include/rpc/
H A Dclnt.h94 AUTH *cl_auth; /* authenticator */ member in struct:__rpc_client
/freebsd-11.0-release/tools/regression/rpcsec_gss/
H A Drpctest.c138 client->cl_auth = auth;
/freebsd-11.0-release/contrib/amd/fixmount/
H A Dfixmount.c384 client->cl_auth = auth;
/freebsd-11.0-release/sbin/mount_nfs/
H A Dmount_nfs.c841 clp->cl_auth = authsys_create_default();
847 auth_destroy(clp->cl_auth);
/freebsd-11.0-release/usr.bin/quota/
H A Dquota.c667 client->cl_auth = authunix_create_default();

Completed in 226 milliseconds

12