Searched refs:RPC_AUTH_NULL (Results 1 – 9 of 9) 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 | 1012 * svcauth_null_accept - Decode and validate incoming RPC_AUTH_NULL credential 1042 if (flavor != RPC_AUTH_NULL || len != 0) { in ip_map_cache_create() 1055 RPC_AUTH_NULL, NULL, 0) < 0) in ip_map_cache_destroy() 1060 rqstp->rq_cred.cr_flavor = RPC_AUTH_NULL; in ip_map_cache_destroy() 1081 .flavour = RPC_AUTH_NULL, 1121 if (flavor != RPC_AUTH_NULL || len != 0) { 1153 RPC_AUTH_NULL, NULL, 0) < 0) 1244 if (flavor != RPC_AUTH_NULL || len != 0) { 1250 RPC_AUTH_NULL, NULL, 0) < 0)
|
| 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/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/nfs/ |
| H A D | mount_clnt.c | 205 info->auth_flavs[0] = RPC_AUTH_NULL; in nfs_mount()
|