Searched refs:RPC_AUTH_MAXFLAVOR (Results 1 – 10 of 10) sorted by relevance
31 static struct auth_ops *authtab[RPC_AUTH_MAXFLAVOR] = {49 if (flavor >= RPC_AUTH_MAXFLAVOR || !(aops = authtab[flavor]) || in svc_authenticate()95 if (flavor < RPC_AUTH_MAXFLAVOR && authtab[flavor] == NULL) { in svc_auth_register()108 if (flavor < RPC_AUTH_MAXFLAVOR) in svc_auth_unregister()
34 static const struct rpc_authops *auth_flavors[RPC_AUTH_MAXFLAVOR] = {88 if (flavor > RPC_AUTH_MAXFLAVOR) in pseudoflavor_to_flavor()99 if ((flavor = ops->au_flavor) >= RPC_AUTH_MAXFLAVOR) in rpcauth_register()117 if ((flavor = ops->au_flavor) >= RPC_AUTH_MAXFLAVOR) in rpcauth_unregister()151 return RPC_AUTH_MAXFLAVOR; in rpcauth_get_pseudoflavor()179 if (flavor >= RPC_AUTH_MAXFLAVOR) in rpcauth_get_gssinfo()219 for (flavor = 0; flavor < RPC_AUTH_MAXFLAVOR; flavor++) { in rpcauth_list_flavors()263 if (flavor >= RPC_AUTH_MAXFLAVOR) in rpcauth_create()
28 RPC_AUTH_MAXFLAVOR = 8, enumerator
293 return RPC_AUTH_MAXFLAVOR; in gss_svc_to_pseudoflavor()310 return RPC_AUTH_MAXFLAVOR; in gss_mech_info2flavor()
172 if (pflavor != RPC_AUTH_MAXFLAVOR && in nfs_find_best_sec()
928 data->selected_flavor = RPC_AUTH_MAXFLAVOR; in nfs_alloc_parsed_mount_data()1698 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR; in nfs_verify_authflavors()
9283 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR; in nfs41_find_root_sec()9319 flavor = RPC_AUTH_MAXFLAVOR; in nfs41_find_root_sec()9324 flavor = RPC_AUTH_MAXFLAVOR; in nfs41_find_root_sec()9326 if (flavor != RPC_AUTH_MAXFLAVOR) { in nfs41_find_root_sec()9334 if (flavor == RPC_AUTH_MAXFLAVOR) in nfs41_find_root_sec()
1993 return (op_encode_hdr_size + RPC_AUTH_MAXFLAVOR * in nfsd4_secinfo_rsize()
3826 } else if (pf < RPC_AUTH_MAXFLAVOR) { in nfsd4_do_encode_secinfo()
2050 return (cr->cr_flavor > RPC_AUTH_MAXFLAVOR); in is_gss_cred()