/Linux-v4.19/include/linux/sunrpc/ |
D | auth.h | 99 rpc_authflavor_t au_flavor; /* pseudoflavor (note may 113 rpc_authflavor_t pseudoflavor; 126 rpc_authflavor_t au_flavor; /* flavor (RPC_AUTH_*) */ 135 int (*list_pseudoflavors)(rpc_authflavor_t *, int); 136 rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *); 137 int (*flavor2info)(rpc_authflavor_t, 181 rpc_authflavor_t rpcauth_get_pseudoflavor(rpc_authflavor_t, 183 int rpcauth_get_gssinfo(rpc_authflavor_t, 185 int rpcauth_list_flavors(rpc_authflavor_t *, int);
|
D | gss_api.h | 74 rpc_authflavor_t gss_svc_to_pseudoflavor(struct gss_api_mech *, u32 qop, 143 rpc_authflavor_t gss_mech_info2flavor(struct rpcsec_gss_info *); 146 int gss_mech_flavor2info(rpc_authflavor_t, struct rpcsec_gss_info *); 155 int gss_mech_list_pseudoflavors(rpc_authflavor_t *, int);
|
D | svcauth.h | 156 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops); 157 extern void svc_auth_unregister(rpc_authflavor_t flavor);
|
D | clnt.h | 123 rpc_authflavor_t authflavor; 152 rpc_authflavor_t);
|
D | msg_prot.h | 19 typedef u32 rpc_authflavor_t; typedef
|
/Linux-v4.19/net/sunrpc/ |
D | svcauth.c | 39 rpc_authflavor_t flavor; in svc_authenticate() 91 svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops) in svc_auth_register() 105 svc_auth_unregister(rpc_authflavor_t flavor) in svc_auth_unregister()
|
D | auth.c | 96 rpc_authflavor_t flavor; in rpcauth_register() 114 rpc_authflavor_t flavor; in rpcauth_unregister() 138 rpc_authflavor_t 139 rpcauth_get_pseudoflavor(rpc_authflavor_t flavor, struct rpcsec_gss_info *info) in rpcauth_get_pseudoflavor() 142 rpc_authflavor_t pseudoflavor; in rpcauth_get_pseudoflavor() 173 rpcauth_get_gssinfo(rpc_authflavor_t pseudoflavor, struct rpcsec_gss_info *info) in rpcauth_get_gssinfo() 175 rpc_authflavor_t flavor = pseudoflavor_to_flavor(pseudoflavor); in rpcauth_get_gssinfo() 213 rpcauth_list_flavors(rpc_authflavor_t *array, int size) in rpcauth_list_flavors() 215 rpc_authflavor_t flavor; in rpcauth_list_flavors() 221 rpc_authflavor_t pseudos[4]; in rpcauth_list_flavors()
|
D | auth_null.c | 88 rpc_authflavor_t flavor; in nul_validate()
|
D | auth_unix.c | 192 rpc_authflavor_t flavor; in unx_validate()
|
D | clnt.c | 293 rpc_authflavor_t pseudoflavor, in rpc_client_register() 664 rpc_clone_client_set_auth(struct rpc_clnt *clnt, rpc_authflavor_t flavor) in rpc_clone_client_set_auth() 696 rpc_authflavor_t pseudoflavor; in rpc_switch_client_transport()
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | gss_mech_switch.c | 255 int gss_mech_list_pseudoflavors(rpc_authflavor_t *array_ptr, int size) in gss_mech_list_pseudoflavors() 282 rpc_authflavor_t gss_svc_to_pseudoflavor(struct gss_api_mech *gm, u32 qop, in gss_svc_to_pseudoflavor() 303 rpc_authflavor_t gss_mech_info2flavor(struct rpcsec_gss_info *info) in gss_mech_info2flavor() 305 rpc_authflavor_t pseudoflavor; in gss_mech_info2flavor() 326 int gss_mech_flavor2info(rpc_authflavor_t pseudoflavor, in gss_mech_flavor2info()
|
D | auth_gss.c | 1021 rpc_authflavor_t flavor = args->pseudoflavor; in gss_create_new()
|
/Linux-v4.19/fs/nfs/ |
D | internal.h | 51 rpc_authflavor_t authflavor; 101 rpc_authflavor_t selected_flavor; 141 rpc_authflavor_t *auth_flavs; 160 int nfs_create_rpc_client(struct nfs_client *, const struct nfs_client_initdata *, rpc_authflavor_t… 167 rpc_authflavor_t); 192 rpc_authflavor_t); 401 bool nfs_auth_info_match(const struct nfs_auth_info *, rpc_authflavor_t); 442 struct nfs_fattr *, rpc_authflavor_t);
|
D | nfs3_fs.h | 32 struct nfs_fattr *, rpc_authflavor_t);
|
D | nfs3client.c | 61 rpc_authflavor_t flavor) in nfs3_clone_server()
|
D | super.c | 501 static const char *nfs_pseudoflavour_to_name(rpc_authflavor_t flavour) in nfs_pseudoflavour_to_name() 504 rpc_authflavor_t flavour; in nfs_pseudoflavour_to_name() 1028 rpc_authflavor_t flavor) in nfs_auth_info_add() 1053 rpc_authflavor_t match) in nfs_auth_info_match() 1075 rpc_authflavor_t pseudoflavor; in nfs_parse_security_flavors() 1696 rpc_authflavor_t *server_authlist, unsigned int count) in nfs_verify_authflavors() 1698 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR; in nfs_verify_authflavors() 1745 rpc_authflavor_t *server_authlist, in nfs_request_mount() 1811 rpc_authflavor_t authlist[NFS_MAX_SECFLAVORS]; in nfs_try_mount_request() 1838 rpc_authflavor_t flavor; in nfs_try_mount_request() [all …]
|
D | fscache.h | 49 rpc_authflavor_t au_flavor;
|
D | mount_clnt.c | 129 rpc_authflavor_t *auth_flavors; 420 rpc_authflavor_t *flavors = res->auth_flavors; in decode_auth_flavors()
|
D | nfs4namespace.c | 158 rpc_authflavor_t pflavor; in nfs_find_best_sec() 391 rpc_authflavor_t flavor = server->client->cl_auth->au_flavor; in nfs4_submount()
|
D | nfs4client.c | 57 nfs4_find_ds_client(struct nfs_client *ds_clp, rpc_authflavor_t flavor) in nfs4_find_ds_client() 74 nfs4_add_ds_client(struct nfs_client *ds_clp, rpc_authflavor_t flavor, in nfs4_add_ds_client() 94 nfs4_alloc_ds_server(struct nfs_client *ds_clp, rpc_authflavor_t flavor) in nfs4_alloc_ds_server() 128 rpc_authflavor_t flavor = NFS_SERVER(inode)->client->cl_auth->au_flavor; in nfs4_find_or_create_ds_client()
|
D | namespace.c | 231 struct nfs_fattr *fattr, rpc_authflavor_t authflavor) in nfs_do_submount()
|
D | client.c | 495 rpc_authflavor_t flavor) in nfs_create_rpc_client() 590 rpc_authflavor_t pseudoflavour) in nfs_init_server_rpcclient() 1004 rpc_authflavor_t flavor) in nfs_clone_server()
|
D | nfs4_fs.h | 339 rpc_authflavor_t flavor; in _nfs4_state_protect()
|
D | nfs4proc.c | 627 rpc_authflavor_t flavor = clp->cl_rpcclient->cl_auth->au_flavor; in _nfs4_is_integrity_protected() 3707 struct nfs_fsinfo *info, rpc_authflavor_t flavor) in nfs4_lookup_root_sec() 3733 static const rpc_authflavor_t flav_array[] = { in nfs4_find_root_sec() 8034 rpc_authflavor_t authflavor = clp->cl_rpcclient->cl_auth->au_flavor; in nfs4_proc_exchange_id() 9283 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR; in nfs41_find_root_sec()
|
/Linux-v4.19/include/linux/ |
D | nfs_xdr.h | 685 rpc_authflavor_t flavors[NFS_AUTH_INFO_MAX_FLAVORS]; 1666 struct nfs_fattr *, rpc_authflavor_t);
|