Home
last modified time | relevance | path

Searched refs:RPC_AUTH_NULL (Results 1 – 13 of 13) sorted by relevance

/linux-2.6.39/net/sunrpc/
Dauth_null.c64 *p++ = htonl(RPC_AUTH_NULL); in nul_marshal()
66 *p++ = htonl(RPC_AUTH_NULL); in nul_marshal()
89 if (flavor != RPC_AUTH_NULL) { in nul_validate()
105 .au_flavor = RPC_AUTH_NULL,
117 .au_flavor = RPC_AUTH_NULL,
Dauth_unix.c164 *p++ = htonl(RPC_AUTH_NULL); in unx_marshal()
187 if (flavor != RPC_AUTH_NULL && in unx_validate()
Dsvcauth_unix.c808 if (svc_getu32(argv) != htonl(RPC_AUTH_NULL) || svc_getu32(argv) != 0) { in svcauth_null_accept()
822 svc_putnl(resv, RPC_AUTH_NULL); in svcauth_null_accept()
825 rqstp->rq_flavor = RPC_AUTH_NULL; in svcauth_null_accept()
846 .flavour = RPC_AUTH_NULL,
886 if (svc_getu32(argv) != htonl(RPC_AUTH_NULL) || svc_getu32(argv) != 0) { in svcauth_unix_accept()
892 svc_putnl(resv, RPC_AUTH_NULL); in svcauth_unix_accept()
/linux-2.6.39/include/linux/sunrpc/
Dmsg_prot.h21 RPC_AUTH_NULL = 0, enumerator
/linux-2.6.39/fs/nfs/
Dcallback.c373 case RPC_AUTH_NULL: in nfs_callback_authenticate()
Dnamespace.c133 if (flavor->flavor == RPC_AUTH_NULL || flavor->flavor == RPC_AUTH_UNIX) { in nfs_find_best_sec()
Dsuper.c521 { RPC_AUTH_NULL, "null" }, in nfs_pseudoflavour_to_name()
971 mnt->auth_flavors[0] = RPC_AUTH_NULL; in nfs_parse_security_flavors()
Dnfs4proc.c2225 flav_array[len] = RPC_AUTH_NULL; in nfs4_find_root_sec()
/linux-2.6.39/fs/lockd/
Dsvc.c463 case RPC_AUTH_NULL: in lockd_authenticate()
Dmon.c79 .authflavor = RPC_AUTH_NULL, in nsm_create()
/linux-2.6.39/net/sunrpc/auth_gss/
Dsvcauth_gss.c704 svc_putnl(rqstp->rq_res.head, RPC_AUTH_NULL); in gss_write_null_verf()
1008 if (svc_getnl(argv) != RPC_AUTH_NULL) in svcauth_gss_handle_init()
/linux-2.6.39/fs/nfsd/
Dnfs4xdr.c1196 case RPC_AUTH_NULL: in nfsd4_decode_create_session()
2893 flavs[1].pseudoflavor = RPC_AUTH_NULL; in nfsd4_do_encode_secinfo()
Dexport.c1241 if (rqstp->rq_flavor == RPC_AUTH_NULL || in check_nfsd_access()