Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
A Dauth.h72 struct rpc_authops;
80 const struct rpc_authops *au_ops;
107 struct rpc_authops { struct
146 extern const struct rpc_authops authunix_ops; argument
147 extern const struct rpc_authops authnull_ops;
148 extern const struct rpc_authops authtls_ops;
155 int rpcauth_register(const struct rpc_authops *);
156 int rpcauth_unregister(const struct rpc_authops *);
/linux/net/sunrpc/
A Dauth.c35 [RPC_AUTH_TLS] = (const struct rpc_authops __force __rcu *)&authtls_ops,
106 rpcauth_register(const struct rpc_authops *ops) in rpcauth_register()
108 const struct rpc_authops *old; in rpcauth_register()
121 rpcauth_unregister(const struct rpc_authops *ops) in rpcauth_unregister()
123 const struct rpc_authops *old; in rpcauth_unregister()
136 static const struct rpc_authops *
139 const struct rpc_authops *ops; in rpcauth_get_authops()
162 rpcauth_put_authops(const struct rpc_authops *ops) in rpcauth_put_authops()
179 const struct rpc_authops *ops = rpcauth_get_authops(flavor); in rpcauth_get_pseudoflavor()
205 const struct rpc_authops *ops; in rpcauth_get_gssinfo()
[all …]
A Dauth_null.c104 const struct rpc_authops authnull_ops = {
A Dauth_tls.c138 const struct rpc_authops authtls_ops = {
A Dauth_unix.c214 const struct rpc_authops authunix_ops = {
/linux/net/sunrpc/auth_gss/
A Dauth_gss.c37 static const struct rpc_authops authgss_ops;
2179 static const struct rpc_authops authgss_ops = {

Completed in 29 milliseconds