Searched refs:rpc_authops (Results 1 – 6 of 6) sorted by relevance
66 struct rpc_authops;76 const struct rpc_authops *au_ops; /* operations */93 struct rpc_authops { struct122 extern const struct rpc_authops authunix_ops; argument123 extern const struct rpc_authops authnull_ops;134 int rpcauth_register(const struct rpc_authops *);135 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 = {
183 static const struct rpc_authops generic_auth_ops = {
218 const struct rpc_authops authunix_ops = {
55 static const struct rpc_authops authgss_ops;1612 static const struct rpc_authops authgss_ops = {