Searched refs:RPC_AUTH_NULL (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/net/sunrpc/ |
D | auth_null.c | 64 *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,
|
D | auth_unix.c | 164 *p++ = htonl(RPC_AUTH_NULL); in unx_marshal() 187 if (flavor != RPC_AUTH_NULL && in unx_validate()
|
D | svcauth_unix.c | 808 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/ |
D | msg_prot.h | 21 RPC_AUTH_NULL = 0, enumerator
|
/linux-2.6.39/fs/nfs/ |
D | callback.c | 373 case RPC_AUTH_NULL: in nfs_callback_authenticate()
|
D | namespace.c | 133 if (flavor->flavor == RPC_AUTH_NULL || flavor->flavor == RPC_AUTH_UNIX) { in nfs_find_best_sec()
|
D | super.c | 521 { RPC_AUTH_NULL, "null" }, in nfs_pseudoflavour_to_name() 971 mnt->auth_flavors[0] = RPC_AUTH_NULL; in nfs_parse_security_flavors()
|
D | nfs4proc.c | 2225 flav_array[len] = RPC_AUTH_NULL; in nfs4_find_root_sec()
|
/linux-2.6.39/fs/lockd/ |
D | svc.c | 463 case RPC_AUTH_NULL: in lockd_authenticate()
|
D | mon.c | 79 .authflavor = RPC_AUTH_NULL, in nsm_create()
|
/linux-2.6.39/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 704 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/ |
D | nfs4xdr.c | 1196 case RPC_AUTH_NULL: in nfsd4_decode_create_session() 2893 flavs[1].pseudoflavor = RPC_AUTH_NULL; in nfsd4_do_encode_secinfo()
|
D | export.c | 1241 if (rqstp->rq_flavor == RPC_AUTH_NULL || in check_nfsd_access()
|