Searched refs:rpc_authops (Results 1 – 6 of 6) sorted by relevance
78 struct rpc_authops;88 const struct rpc_authops *au_ops; /* operations */111 struct rpc_authops { struct147 extern const struct rpc_authops authunix_ops; argument148 extern const struct rpc_authops authnull_ops;160 int rpcauth_register(const struct rpc_authops *);161 int rpcauth_unregister(const struct rpc_authops *);
33 static const struct rpc_authops *auth_flavors[RPC_AUTH_MAXFLAVOR] = {95 rpcauth_register(const struct rpc_authops *ops) in rpcauth_register()113 rpcauth_unregister(const struct rpc_authops *ops) in rpcauth_unregister()142 const struct rpc_authops *ops; in rpcauth_get_pseudoflavor()177 const struct rpc_authops *ops; in rpcauth_get_gssinfo()221 const struct rpc_authops *ops = auth_flavors[flavor]; in rpcauth_list_flavors()260 const struct rpc_authops *ops; in rpcauth_create()
105 const struct rpc_authops authnull_ops = {
219 const struct rpc_authops authunix_ops = {
258 static const struct rpc_authops generic_auth_ops = {
58 static const struct rpc_authops authgss_ops;1975 static const struct rpc_authops authgss_ops = {