Searched refs:rpc_authops (Results 1 – 6 of 6) sorted by relevance
82 struct rpc_authops;92 const struct rpc_authops *au_ops; /* operations */115 struct rpc_authops { struct151 extern const struct rpc_authops authunix_ops; argument152 extern const struct rpc_authops authnull_ops;164 int rpcauth_register(const struct rpc_authops *);165 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;1974 static const struct rpc_authops authgss_ops = {