Home
last modified time | relevance | path

Searched refs:RPC_AUTH_MAXFLAVOR (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/net/sunrpc/
H A Dsvcauth.c36 static struct auth_ops __rcu *authtab[RPC_AUTH_MAXFLAVOR] = {
47 if (flavor >= RPC_AUTH_MAXFLAVOR) in svc_get_auth_ops()
146 if (flavor < RPC_AUTH_MAXFLAVOR) { in svc_auth_register()
158 if (flavor < RPC_AUTH_MAXFLAVOR) in svc_auth_unregister()
H A Dauth.c32 static const struct rpc_authops __rcu *auth_flavors[RPC_AUTH_MAXFLAVOR] = {
100 if (flavor > RPC_AUTH_MAXFLAVOR) in pseudoflavor_to_flavor()
111 if ((flavor = ops->au_flavor) >= RPC_AUTH_MAXFLAVOR) in rpcauth_register()
126 if ((flavor = ops->au_flavor) >= RPC_AUTH_MAXFLAVOR) in rpcauth_unregister()
141 if (flavor >= RPC_AUTH_MAXFLAVOR) in rpcauth_get_authops()
183 return RPC_AUTH_MAXFLAVOR; in rpcauth_get_pseudoflavor()
/openbmc/linux/include/linux/sunrpc/
H A Dmsg_prot.h24 RPC_AUTH_MAXFLAVOR = 8, enumerator
/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_mech_switch.c247 return RPC_AUTH_MAXFLAVOR; in gss_svc_to_pseudoflavor()
264 return RPC_AUTH_MAXFLAVOR; in gss_mech_info2flavor()
/openbmc/linux/fs/nfs/
H A Dnfs4namespace.c222 if (pflavor != RPC_AUTH_MAXFLAVOR && in nfs_find_best_sec()
H A Dsuper.c778 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR; in nfs_verify_authflavors()
H A Dfs_context.c1636 ctx->selected_flavor = RPC_AUTH_MAXFLAVOR; in nfs_init_fs_context()
H A Dnfs4proc.c10184 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR; in nfs41_find_root_sec()
10220 flavor = RPC_AUTH_MAXFLAVOR; in nfs41_find_root_sec()
10225 flavor = RPC_AUTH_MAXFLAVOR; in nfs41_find_root_sec()
10227 if (flavor != RPC_AUTH_MAXFLAVOR) { in nfs41_find_root_sec()
10235 if (flavor == RPC_AUTH_MAXFLAVOR) in nfs41_find_root_sec()
/openbmc/linux/fs/nfsd/
H A Dnfs4proc.c2985 return (op_encode_hdr_size + RPC_AUTH_MAXFLAVOR * in nfsd4_secinfo_rsize()
H A Dnfs4xdr.c4381 } else if (pf < RPC_AUTH_MAXFLAVOR) { in nfsd4_do_encode_secinfo()
H A Dnfs4state.c2388 return (cr->cr_flavor > RPC_AUTH_MAXFLAVOR); in is_gss_cred()