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

12

/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_raw.c138 client->cl_auth = authnone_create();
178 (! AUTH_MARSHALL(h->cl_auth, xdrs)) ||
219 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
224 if (AUTH_REFRESH(h->cl_auth, &msg))
229 if (! AUTH_VALIDATE(h->cl_auth, &msg.acpted_rply.ar_verf)) {
H A Dkey_call.c353 auth_destroy(kcp->client->cl_auth);
354 kcp->client->cl_auth =
356 if (kcp->client->cl_auth == NULL) {
412 kcp->client->cl_auth = authsys_create("", kcp->uid, 0, 0, NULL);
413 if (kcp->client->cl_auth == NULL) {
H A Dclnt_dg.c147 * NB: The rpch->cl_auth is initialized to null authentication.
285 cl->cl_auth = authnone_create();
400 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) {
403 (! AUTH_MARSHALL(cl->cl_auth, xdrs)) ||
410 if (!__rpc_gss_wrap(cl->cl_auth, cu->cu_outhdr,
442 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) {
517 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS)
540 if (! AUTH_VALIDATE(cl->cl_auth,
543 cl->cl_auth->ah_cred.oa_flavor
565 if (cl->cl_auth
[all...]
H A Dclnt_vc.c153 * NB: The rpch->cl_auth is set null authentication. Caller may wish to
296 cl->cl_auth = authnone_create();
363 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) {
366 (! AUTH_MARSHALL(cl->cl_auth, xdrs)) ||
376 if (! __rpc_gss_wrap(cl->cl_auth, ct->ct_u.ct_mcallc,
431 if (! AUTH_VALIDATE(cl->cl_auth,
436 if (cl->cl_auth->ah_cred.oa_flavor != RPCSEC_GSS) {
439 reply_stat = __rpc_gss_unwrap(cl->cl_auth,
457 if (refreshes-- && AUTH_REFRESH(cl->cl_auth, &reply_msg))
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c77 client->cl_auth = auth;
H A Dtst.call3.c370 mountclient->cl_auth = auth;
393 client->cl_auth = auth;
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/usr.sbin/ypset/
H A Dypset.c98 client->cl_auth = authunix_create_default();
/freebsd-9.3-release/usr.sbin/ypbind/
H A Dyp_ping.c268 clnt->cl_auth = authunix_create_default();
300 auth_destroy(clnt->cl_auth);
/freebsd-9.3-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-9.3-release/usr.sbin/rpc.lockd/
H A Dkern.c243 if (cl->cl_auth != NULL)
244 cl->cl_auth->ah_ops->ah_destroy(cl->cl_auth);
245 cl->cl_auth = authunix_create(hostname,
/freebsd-9.3-release/sys/rpc/
H A Dclnt.h132 AUTH *cl_auth; /* authenticator */ member in struct:__rpc_client
155 AUTH *cl_auth; /* authenticator */
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();
371 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();
320 auth = cl->cl_auth;
/freebsd-9.3-release/contrib/amd/amd/
H A Damfs_host.c383 client->cl_auth = nfs_auth;
686 client->cl_auth = nfs_auth;
/freebsd-9.3-release/sbin/umount/
H A Dumount.c404 clp->cl_auth = authsys_create_default();
425 auth_destroy(clp->cl_auth);
/freebsd-9.3-release/include/rpc/
H A Dclnt.h94 AUTH *cl_auth; /* authenticator */ member in struct:__rpc_client
/freebsd-9.3-release/tools/regression/rpcsec_gss/
H A Drpctest.c138 client->cl_auth = auth;
/freebsd-9.3-release/contrib/amd/fixmount/
H A Dfixmount.c384 client->cl_auth = auth;
/freebsd-9.3-release/sbin/mount_nfs/
H A Dmount_nfs.c1022 clp->cl_auth = authsys_create_default();
1028 auth_destroy(clp->cl_auth);
/freebsd-9.3-release/usr.bin/quota/
H A Dquota.c682 client->cl_auth = authunix_create_default();
/freebsd-9.3-release/sys/kgssapi/
H A Dgsstest.c846 client->cl_auth = auth;

Completed in 307 milliseconds

12