Home
last modified time | relevance | path

Searched refs:rpc_authflavor_t (Results 1 – 24 of 24) sorted by relevance

/Linux-v6.6/include/linux/sunrpc/
Dauth.h81 rpc_authflavor_t au_flavor; /* pseudoflavor (note may
96 rpc_authflavor_t pseudoflavor;
109 rpc_authflavor_t au_flavor; /* flavor (RPC_AUTH_*) */
118 rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
119 int (*flavor2info)(rpc_authflavor_t,
160 rpc_authflavor_t rpcauth_get_pseudoflavor(rpc_authflavor_t,
162 int rpcauth_get_gssinfo(rpc_authflavor_t,
Dgss_api.h75 rpc_authflavor_t gss_svc_to_pseudoflavor(struct gss_api_mech *, u32 qop,
146 rpc_authflavor_t gss_mech_info2flavor(struct rpcsec_gss_info *);
149 int gss_mech_flavor2info(rpc_authflavor_t, struct rpcsec_gss_info *);
Dsvcauth.h153 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
154 extern void svc_auth_unregister(rpc_authflavor_t flavor);
Dclnt.h143 rpc_authflavor_t authflavor;
181 rpc_authflavor_t);
Dmsg_prot.h14 typedef u32 rpc_authflavor_t; typedef
/Linux-v6.6/net/sunrpc/
Dsvcauth.c43 svc_get_auth_ops(rpc_authflavor_t flavor) in svc_get_auth_ops()
141 svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops) in svc_auth_register()
156 svc_auth_unregister(rpc_authflavor_t flavor) in svc_auth_unregister()
Dauth.c112 rpc_authflavor_t flavor; in rpcauth_register()
127 rpc_authflavor_t flavor; in rpcauth_unregister()
140 rpcauth_get_authops(rpc_authflavor_t flavor) in rpcauth_get_authops()
179 rpc_authflavor_t
180 rpcauth_get_pseudoflavor(rpc_authflavor_t flavor, struct rpcsec_gss_info *info) in rpcauth_get_pseudoflavor()
183 rpc_authflavor_t pseudoflavor; in rpcauth_get_pseudoflavor()
205 rpcauth_get_gssinfo(rpc_authflavor_t pseudoflavor, struct rpcsec_gss_info *info) in rpcauth_get_gssinfo()
207 rpc_authflavor_t flavor = pseudoflavor_to_flavor(pseudoflavor); in rpcauth_get_gssinfo()
Dclnt.c292 rpc_authflavor_t pseudoflavor, in rpc_client_register()
699 rpc_clone_client_set_auth(struct rpc_clnt *clnt, rpc_authflavor_t flavor) in rpc_clone_client_set_auth()
732 rpc_authflavor_t pseudoflavor; in rpc_switch_client_transport()
/Linux-v6.6/net/sunrpc/auth_gss/
Dgss_mech_switch.c236 rpc_authflavor_t gss_svc_to_pseudoflavor(struct gss_api_mech *gm, u32 qop, in gss_svc_to_pseudoflavor()
257 rpc_authflavor_t gss_mech_info2flavor(struct rpcsec_gss_info *info) in gss_mech_info2flavor()
259 rpc_authflavor_t pseudoflavor; in gss_mech_info2flavor()
280 int gss_mech_flavor2info(rpc_authflavor_t pseudoflavor, in gss_mech_flavor2info()
Dauth_gss.c1030 rpc_authflavor_t flavor = args->pseudoflavor; in gss_create_new()
/Linux-v6.6/fs/nfs/
Dinternal.h106 rpc_authflavor_t selected_flavor;
196 rpc_authflavor_t *auth_flavs;
208 int nfs_create_rpc_client(struct nfs_client *, const struct nfs_client_initdata *, rpc_authflavor_t
215 rpc_authflavor_t);
236 rpc_authflavor_t);
447 bool nfs_auth_info_match(const struct nfs_auth_info *, rpc_authflavor_t);
Dnfs3_fs.h32 struct nfs_fattr *, rpc_authflavor_t);
Dsuper.c310 static const char *nfs_pseudoflavour_to_name(rpc_authflavor_t flavour) in nfs_pseudoflavour_to_name()
313 rpc_authflavor_t flavour; in nfs_pseudoflavour_to_name()
752 rpc_authflavor_t match) in nfs_auth_info_match()
773 rpc_authflavor_t *server_authlist, in nfs_verify_authflavors()
776 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR; in nfs_verify_authflavors()
823 rpc_authflavor_t *server_authlist, in nfs_request_mount()
888 rpc_authflavor_t authlist[NFS_MAX_SECFLAVORS]; in nfs_try_mount_request()
914 rpc_authflavor_t flavor; in nfs_try_mount_request()
Dnfs3client.c66 rpc_authflavor_t flavor) in nfs3_clone_server()
Dmount_clnt.c128 rpc_authflavor_t *auth_flavors;
425 rpc_authflavor_t *flavors = res->auth_flavors; in decode_auth_flavors()
Dnfs4client.c61 nfs4_find_ds_client(struct nfs_client *ds_clp, rpc_authflavor_t flavor) in nfs4_find_ds_client()
78 nfs4_add_ds_client(struct nfs_client *ds_clp, rpc_authflavor_t flavor, in nfs4_add_ds_client()
98 nfs4_alloc_ds_server(struct nfs_client *ds_clp, rpc_authflavor_t flavor) in nfs4_alloc_ds_server()
136 rpc_authflavor_t flavor = NFS_SERVER(inode)->client->cl_auth->au_flavor; in nfs4_find_or_create_ds_client()
Dclient.c503 rpc_authflavor_t flavor) in nfs_create_rpc_client()
613 rpc_authflavor_t pseudoflavour) in nfs_init_server_rpcclient()
1114 rpc_authflavor_t flavor) in nfs_clone_server()
Dfs_context.c384 rpc_authflavor_t flavor) in nfs_auth_info_add()
409 rpc_authflavor_t pseudoflavor; in nfs_parse_security_flavors()
1304 rpc_authflavor_t pseudoflavor; in nfs4_parse_monolithic()
Dnfs4namespace.c208 rpc_authflavor_t pflavor; in nfs_find_best_sec()
Dnfs4_fs.h368 rpc_authflavor_t flavor; in _nfs4_state_protect()
Dnfs4proc.c681 rpc_authflavor_t flavor = clp->cl_rpcclient->cl_auth->au_flavor; in _nfs4_is_integrity_protected()
4123 struct nfs_fsinfo *info, rpc_authflavor_t flavor) in nfs4_lookup_root_sec()
4149 static const rpc_authflavor_t flav_array[] = { in nfs4_find_root_sec()
8893 rpc_authflavor_t authflavor = clp->cl_rpcclient->cl_auth->au_flavor; in nfs4_proc_exchange_id()
10148 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR; in nfs41_find_root_sec()
/Linux-v6.6/include/linux/
Dnfs_xdr.h741 rpc_authflavor_t flavors[NFS_AUTH_INFO_MAX_FLAVORS];
1817 struct nfs_fattr *, rpc_authflavor_t);
/Linux-v6.6/fs/nfsd/
Dtrace.h1383 rpc_authflavor_t authflavor
Dnfs4xdr.c4376 rpc_authflavor_t pf = flavs[i].pseudoflavor; in nfsd4_do_encode_secinfo()