Searched refs:RPC_AUTH_NULL (Results 1 – 15 of 15) sorted by relevance
| /linux/net/sunrpc/ |
| H A D | auth_null.c | 106 .au_flavor = RPC_AUTH_NULL, 120 .au_flavor = RPC_AUTH_NULL,
|
| H A D | svcauth_unix.c | 773 if (flavor != RPC_AUTH_NULL || len != 0) { in svcauth_null_accept() 786 RPC_AUTH_NULL, NULL, 0) < 0) in svcauth_null_accept() 791 rqstp->rq_cred.cr_flavor = RPC_AUTH_NULL; in svcauth_null_accept() 812 .flavour = RPC_AUTH_NULL, 852 if (flavor != RPC_AUTH_NULL || len != 0) { in svcauth_tls_accept() 884 RPC_AUTH_NULL, NULL, 0) < 0) in svcauth_tls_accept() 975 if (flavor != RPC_AUTH_NULL || len != 0) { in svcauth_unix_accept() 981 RPC_AUTH_NULL, NULL, 0) < 0) in svcauth_unix_accept()
|
| H A D | svcauth.c | 38 [RPC_AUTH_NULL] = (struct auth_ops __force __rcu *)&svcauth_null,
|
| H A D | auth.c | 33 [RPC_AUTH_NULL] = (const struct rpc_authops __force __rcu *)&authnull_ops,
|
| H A D | rpcb_clnt.c | 239 .authflavor = RPC_AUTH_NULL, in rpcb_create_af_local()
|
| /linux/include/linux/sunrpc/ |
| H A D | msg_prot.h | 17 RPC_AUTH_NULL = 0, enumerator
|
| /linux/fs/nfs/ |
| H A D | super.c | 317 { RPC_AUTH_NULL, "null" }, in nfs_pseudoflavour_to_name() 803 if (flavor == RPC_AUTH_NULL) in nfs_verify_authflavors() 945 case RPC_AUTH_NULL: in nfs_try_mount_request()
|
| H A D | mount_clnt.c | 205 info->auth_flavs[0] = RPC_AUTH_NULL; in nfs_mount()
|
| H A D | nfs4namespace.c | 216 case RPC_AUTH_NULL: in nfs_find_best_sec()
|
| H A D | fs_context.c | 452 pseudoflavor = RPC_AUTH_NULL; in nfs_parse_security_flavors()
|
| H A D | nfs4proc.c | 4240 RPC_AUTH_NULL, in nfs4_find_root_sec() 10192 case RPC_AUTH_NULL: in nfs41_find_root_sec()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_rpc_upcall.c | 93 .authflavor = RPC_AUTH_NULL, in gssp_rpc_create()
|
| H A D | svcauth_gss.c | 1031 return xdr_stream_encode_opaque_auth(xdr, RPC_AUTH_NULL, NULL, 0) > 0; in svcauth_gss_proc_init_verf() 1385 if (flavor != RPC_AUTH_NULL || len != 0) { in svcauth_gss_proc_init()
|
| /linux/fs/nfsd/ |
| H A D | export.c | 1164 if (rqstp->rq_cred.cr_flavor == RPC_AUTH_NULL || in check_security_flavor() 1187 rqstp->rq_cred.cr_flavor == RPC_AUTH_NULL || in check_security_flavor()
|
| H A D | nfs4xdr.c | 885 case RPC_AUTH_NULL: in nfsd4_decode_cb_sec() 888 cbs->flavor = RPC_AUTH_NULL; in nfsd4_decode_cb_sec() 5112 flavs[1].pseudoflavor = RPC_AUTH_NULL; in nfsd4_encode_SECINFO4resok()
|