Home
last modified time | relevance | path

Searched refs:RPC_AUTH_NULL (Results 1 – 9 of 9) sorted by relevance

/linux/net/sunrpc/
H A Dauth_null.c106 .au_flavor = RPC_AUTH_NULL,
120 .au_flavor = RPC_AUTH_NULL,
H A Dsvcauth_unix.c1012 * 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 Dsvcauth.c38 [RPC_AUTH_NULL] = (struct auth_ops __force __rcu *)&svcauth_null,
H A Dauth.c33 [RPC_AUTH_NULL] = (const struct rpc_authops __force __rcu *)&authnull_ops,
H A Drpcb_clnt.c239 .authflavor = RPC_AUTH_NULL, in rpcb_create_af_local()
/linux/include/linux/sunrpc/
H A Dmsg_prot.h17 RPC_AUTH_NULL = 0, enumerator
/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c93 .authflavor = RPC_AUTH_NULL, in gssp_rpc_create()
H A Dsvcauth_gss.c1031 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 Dmount_clnt.c205 info->auth_flavs[0] = RPC_AUTH_NULL; in nfs_mount()