Searched refs:RPC_AUTH_NULL (Results 1 - 18 of 18) sorted by relevance

/linux-4.4.14/net/sunrpc/
H A Dauth_null.c66 *p++ = htonl(RPC_AUTH_NULL); nul_marshal()
68 *p++ = htonl(RPC_AUTH_NULL); nul_marshal()
91 if (flavor != RPC_AUTH_NULL) { nul_validate()
107 .au_flavor = RPC_AUTH_NULL,
119 .au_flavor = RPC_AUTH_NULL,
H A Dauth_unix.c168 *p++ = htonl(RPC_AUTH_NULL); unx_marshal()
191 if (flavor != RPC_AUTH_NULL && unx_validate()
H A Dsvcauth_unix.c743 if (svc_getu32(argv) != htonl(RPC_AUTH_NULL) || svc_getu32(argv) != 0) { svcauth_null_accept()
757 svc_putnl(resv, RPC_AUTH_NULL); svcauth_null_accept()
760 rqstp->rq_cred.cr_flavor = RPC_AUTH_NULL; svcauth_null_accept()
781 .flavour = RPC_AUTH_NULL,
830 if (svc_getu32(argv) != htonl(RPC_AUTH_NULL) || svc_getu32(argv) != 0) { svcauth_unix_accept()
836 svc_putnl(resv, RPC_AUTH_NULL); svcauth_unix_accept()
H A Drpcb_clnt.c242 .authflavor = RPC_AUTH_NULL, rpcb_create_local_unix()
/linux-4.4.14/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c106 .authflavor = RPC_AUTH_NULL, gssp_rpc_create()
H A Dsvcauth_gss.c709 svc_putnl(rqstp->rq_res.head, RPC_AUTH_NULL); gss_write_null_verf()
999 if (svc_getnl(argv) != RPC_AUTH_NULL) gss_read_common_verf()
/linux-4.4.14/include/linux/sunrpc/
H A Dmsg_prot.h21 RPC_AUTH_NULL = 0, enumerator in enum:rpc_auth_flavors
/linux-4.4.14/fs/nfs/
H A Dcallback.c445 case RPC_AUTH_NULL: nfs_callback_authenticate()
H A Dmount_clnt.c205 info->auth_flavs[0] = RPC_AUTH_NULL; nfs_mount()
H A Dnfs4namespace.c165 case RPC_AUTH_NULL: nfs_find_best_sec()
H A Dsuper.c506 { RPC_AUTH_NULL, "null" }, nfs_pseudoflavour_to_name()
1086 pseudoflavor = RPC_AUTH_NULL; nfs_parse_security_flavors()
1696 flavor == RPC_AUTH_NULL) nfs_verify_authflavors()
1817 case RPC_AUTH_NULL: nfs_try_mount_request()
H A Dnfs4proc.c3206 RPC_AUTH_NULL, nfs4_find_root_sec()
8371 case RPC_AUTH_NULL: nfs41_find_root_sec()
/linux-4.4.14/fs/lockd/
H A Dmon.c82 .authflavor = RPC_AUTH_NULL, nsm_create()
H A Dsvc.c551 case RPC_AUTH_NULL: lockd_authenticate()
/linux-4.4.14/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c329 return RPC_AUTH_NULL; nfs4_ff_layout_choose_authflavor()
/linux-4.4.14/fs/nfsd/
H A Dexport.c953 if (rqstp->rq_cred.cr_flavor == RPC_AUTH_NULL || check_nfsd_access()
H A Dnfs4xdr.c492 case RPC_AUTH_NULL: nfsd4_decode_cb_sec()
495 cbs->flavor = RPC_AUTH_NULL; nfsd4_decode_cb_sec()
3704 flavs[1].pseudoflavor = RPC_AUTH_NULL; nfsd4_do_encode_secinfo()
H A Dnfs4state.c2588 case RPC_AUTH_NULL: nfsd4_check_cb_sec()

Completed in 396 milliseconds