Searched refs:RPC_AUTH_NULL (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/net/sunrpc/ |
D | auth_null.c | 66 *p++ = htonl(RPC_AUTH_NULL); in nul_marshal() 68 *p++ = htonl(RPC_AUTH_NULL); in nul_marshal() 91 if (flavor != RPC_AUTH_NULL) { in nul_validate() 107 .au_flavor = RPC_AUTH_NULL, 119 .au_flavor = RPC_AUTH_NULL,
|
D | auth_unix.c | 168 *p++ = htonl(RPC_AUTH_NULL); in unx_marshal() 191 if (flavor != RPC_AUTH_NULL && in unx_validate()
|
D | svcauth_unix.c | 743 if (svc_getu32(argv) != htonl(RPC_AUTH_NULL) || svc_getu32(argv) != 0) { in svcauth_null_accept() 757 svc_putnl(resv, RPC_AUTH_NULL); in svcauth_null_accept() 760 rqstp->rq_cred.cr_flavor = RPC_AUTH_NULL; in svcauth_null_accept() 781 .flavour = RPC_AUTH_NULL, 830 if (svc_getu32(argv) != htonl(RPC_AUTH_NULL) || svc_getu32(argv) != 0) { in svcauth_unix_accept() 836 svc_putnl(resv, RPC_AUTH_NULL); in svcauth_unix_accept()
|
D | rpcb_clnt.c | 242 .authflavor = RPC_AUTH_NULL, in rpcb_create_local_unix()
|
/linux-4.1.27/include/linux/sunrpc/ |
D | msg_prot.h | 21 RPC_AUTH_NULL = 0, enumerator
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | gss_rpc_upcall.c | 106 .authflavor = RPC_AUTH_NULL, in gssp_rpc_create()
|
D | svcauth_gss.c | 709 svc_putnl(rqstp->rq_res.head, RPC_AUTH_NULL); in gss_write_null_verf() 999 if (svc_getnl(argv) != RPC_AUTH_NULL) in gss_read_common_verf()
|
/linux-4.1.27/fs/nfs/ |
D | callback.c | 469 case RPC_AUTH_NULL: in nfs_callback_authenticate()
|
D | nfs4namespace.c | 165 case RPC_AUTH_NULL: in nfs_find_best_sec()
|
D | mount_clnt.c | 207 info->auth_flavs[0] = RPC_AUTH_NULL; in nfs_mount()
|
D | super.c | 503 { RPC_AUTH_NULL, "null" }, in nfs_pseudoflavour_to_name() 1083 pseudoflavor = RPC_AUTH_NULL; in nfs_parse_security_flavors() 1693 flavor == RPC_AUTH_NULL) in nfs_verify_authflavors() 1814 case RPC_AUTH_NULL: in nfs_try_mount_request()
|
D | nfs4proc.c | 3053 RPC_AUTH_NULL, in nfs4_find_root_sec() 8214 case RPC_AUTH_NULL: in nfs41_find_root_sec()
|
/linux-4.1.27/fs/lockd/ |
D | svc.c | 546 case RPC_AUTH_NULL: in lockd_authenticate()
|
D | mon.c | 83 .authflavor = RPC_AUTH_NULL, in nsm_create()
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayoutdev.c | 303 return RPC_AUTH_NULL; in nfs4_ff_layout_choose_authflavor()
|
/linux-4.1.27/fs/nfsd/ |
D | export.c | 953 if (rqstp->rq_cred.cr_flavor == RPC_AUTH_NULL || in check_nfsd_access()
|
D | nfs4xdr.c | 491 case RPC_AUTH_NULL: in nfsd4_decode_cb_sec() 494 cbs->flavor = RPC_AUTH_NULL; in nfsd4_decode_cb_sec() 3684 flavs[1].pseudoflavor = RPC_AUTH_NULL; in nfsd4_do_encode_secinfo()
|
D | nfs4state.c | 2562 case RPC_AUTH_NULL: in nfsd4_check_cb_sec()
|