Home
last modified time | relevance | path

Searched refs:rpc_authops (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/sunrpc/
Dauth.h88 struct rpc_authops;
98 const struct rpc_authops *au_ops; /* operations */
124 struct rpc_authops { struct
162 extern const struct rpc_authops authunix_ops; argument
163 extern const struct rpc_authops authnull_ops;
176 int rpcauth_register(const struct rpc_authops *);
177 int rpcauth_unregister(const struct rpc_authops *);
/Linux-v4.19/net/sunrpc/
Dauth.c34 static const struct rpc_authops *auth_flavors[RPC_AUTH_MAXFLAVOR] = {
94 rpcauth_register(const struct rpc_authops *ops) in rpcauth_register()
112 rpcauth_unregister(const struct rpc_authops *ops) in rpcauth_unregister()
141 const struct rpc_authops *ops; in rpcauth_get_pseudoflavor()
176 const struct rpc_authops *ops; in rpcauth_get_gssinfo()
220 const struct rpc_authops *ops = auth_flavors[flavor]; in rpcauth_list_flavors()
259 const struct rpc_authops *ops; in rpcauth_create()
Dauth_null.c106 const struct rpc_authops authnull_ops = {
Dauth_unix.c224 const struct rpc_authops authunix_ops = {
Dauth_generic.c266 static const struct rpc_authops generic_auth_ops = {
/Linux-v4.19/net/sunrpc/auth_gss/
Dauth_gss.c58 static const struct rpc_authops authgss_ops;
2028 static const struct rpc_authops authgss_ops = {