Searched refs:rpc_authops (Results 1 – 6 of 6) sorted by relevance
65 struct rpc_authops;75 const struct rpc_authops *au_ops; /* operations */92 struct rpc_authops { struct119 extern const struct rpc_authops authunix_ops; argument120 extern const struct rpc_authops authnull_ops;131 int rpcauth_register(const struct rpc_authops *);132 int rpcauth_unregister(const struct rpc_authops *);
32 static const struct rpc_authops *auth_flavors[RPC_AUTH_MAXFLAVOR] = {90 rpcauth_register(const struct rpc_authops *ops) in rpcauth_register()108 rpcauth_unregister(const struct rpc_authops *ops) in rpcauth_unregister()129 const struct rpc_authops *ops; in rpcauth_create()
103 const struct rpc_authops authnull_ops = {
166 static const struct rpc_authops generic_auth_ops = {
215 const struct rpc_authops authunix_ops = {
55 static const struct rpc_authops authgss_ops;1559 static const struct rpc_authops authgss_ops = {