/titanic_50/usr/src/uts/common/rpc/sec/ |
H A D | auth_none.c | 113 IXDR_PUT_INT32(ptr, AUTH_NONE); in authnone_marshal() 115 IXDR_PUT_INT32(ptr, AUTH_NONE); in authnone_marshal()
|
H A D | sec_clnt.c | 361 case AUTH_NONE: in sec_clnt_loadinfo() 420 case AUTH_NONE: in sec_clnt_freeinfo() 458 case AUTH_NONE: in sec_clnt_geth() 529 authflavor = AUTH_NONE; in sec_clnt_geth() 593 authflavor = AUTH_NONE; in sec_clnt_geth() 608 authflavor = AUTH_NONE; in sec_clnt_geth() 619 case AUTH_NONE: /* XXX: do real AUTH_NONE */ in sec_clnt_freeh()
|
H A D | auth_loopb.c | 134 ASSERT(auth->ah_verf.oa_flavor == AUTH_NONE); in authloopback_marshal() 199 IXDR_PUT_U_INT32(ptr, AUTH_NONE); /* verf flavor */ in authloopback_marshal()
|
H A D | sec_svc.c | 170 case AUTH_NONE: in sec_svc_getcred() 171 *secmod = AUTH_NONE; in sec_svc_getcred()
|
H A D | auth_kern.c | 131 ASSERT(auth->ah_verf.oa_flavor == AUTH_NONE); in authkern_marshal()
|
/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | bootparams.c | 134 &to, &from, AUTH_NONE); in whoami() 275 &to, &from, AUTH_NONE); in getfile() 301 wait, &to, &from, AUTH_NONE); in getfile()
|
H A D | pmap.c | 367 AUTH_NONE); in bpmap_rmtcall() 397 AUTH_NONE); in bpmap_rmtcall() 457 (caddr_t)&pmap_port, 0, 0, to, from, AUTH_NONE); in bpmap_getport() 483 (char *)&ua, 0, 0, to, from, AUTH_NONE); in bpmap_getport()
|
H A D | rpc.c | 296 case AUTH_NONE: in brpc_call()
|
/titanic_50/usr/src/lib/libbc/inc/include/rpc/ |
H A D | auth.h | 163 #define AUTH_NONE 0 /* no authentication */ macro
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_auth.c | 1312 if (sp[i].s_secinfo.sc_nfsnum == AUTH_NONE) in nfsauth_access() 1327 flavor = AUTH_NONE; in nfsauth_access() 1385 if ((access & NFSAUTH_WRONGSEC) && (flavor != AUTH_NONE)) { in nfsauth_access() 1391 access = nfsauth_cache_get(exi, req, AUTH_NONE, cr, in nfsauth_access() 1398 if (sp[i].s_secinfo.sc_nfsnum == AUTH_NONE) { in nfsauth_access() 1401 AUTH_NONE, cr, NULL, NULL, NULL, in nfsauth_access()
|
H A D | nfs_log.c | 1795 req.rq_cred.oa_flavor = AUTH_NONE; in log_public_record() 1840 req.rq_cred.oa_flavor = AUTH_NONE; in nfslog_share_record() 1866 req.rq_cred.oa_flavor = AUTH_NONE; in nfslog_unshare_record() 1891 req.rq_cred.oa_flavor = AUTH_NONE; in nfslog_getfh()
|
H A D | nfs_server.c | 2101 rpcflavor = AUTH_NONE; in checkauth() 2110 rpcflavor = AUTH_NONE; in checkauth() 2125 case AUTH_NONE: in checkauth() 2351 rpcflavor = AUTH_NONE; in checkauth4() 2363 case AUTH_NONE: in checkauth4()
|
H A D | nfs4_client_secinfo.c | 116 val[5].flavor = AUTH_NONE; in nfs4_secinfo_init()
|
H A D | nfs_log_xdr.c | 58 case AUTH_NONE: in nfsl_principal_name_get()
|
H A D | nfs_vfsops.c | 822 case AUTH_NONE: in nfs_mount()
|
H A D | nfs3_vfsops.c | 803 case AUTH_NONE: in nfs3_mount()
|
/titanic_50/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_sec.c | 423 case AUTH_NONE: in nfs_create_ah() 818 case AUTH_NONE: in nfs_free_secdata() 899 case AUTH_NONE: in nfs_clnt_secdata()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | auth.h | 488 #define AUTH_NONE 0 /* no authentication */ macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_mount.c | 355 case AUTH_NONE: in print_auth()
|
H A D | snoop_rpc.c | 264 case AUTH_NONE : return ("None");
|
/titanic_50/usr/src/lib/rpcsec_gss/ |
H A D | rpcsec_gss.c | 515 verf.oa_flavor = AUTH_NONE;
|
H A D | svc_rpcsec_gss.c | 590 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NONE;
|
/titanic_50/usr/src/uts/common/rpc/sec_gss/ |
H A D | rpcsec_gss.c | 947 verf.oa_flavor = AUTH_NONE;
|
H A D | svc_rpcsec_gss.c | 1351 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NONE; in __svcrpcsec_gss()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rlogind.c | 98 #define AUTH_NONE 0x00 macro
|