Searched refs:rpc_authops (Results 1 – 6 of 6) sorted by relevance
88 struct rpc_authops;98 const struct rpc_authops *au_ops; /* operations */124 struct rpc_authops { struct162 extern const struct rpc_authops authunix_ops; argument163 extern const struct rpc_authops authnull_ops;176 int rpcauth_register(const struct rpc_authops *);177 int rpcauth_unregister(const struct rpc_authops *);
34 static const struct rpc_authops *auth_flavors[RPC_AUTH_MAXFLAVOR] = {94 rpcauth_register(const struct rpc_authops *ops) in rpcauth_register()112 rpcauth_unregister(const struct rpc_authops *ops) in rpcauth_unregister()141 const struct rpc_authops *ops; in rpcauth_get_pseudoflavor()176 const struct rpc_authops *ops; in rpcauth_get_gssinfo()220 const struct rpc_authops *ops = auth_flavors[flavor]; in rpcauth_list_flavors()259 const struct rpc_authops *ops; in rpcauth_create()
106 const struct rpc_authops authnull_ops = {
224 const struct rpc_authops authunix_ops = {
266 static const struct rpc_authops generic_auth_ops = {
58 static const struct rpc_authops authgss_ops;2028 static const struct rpc_authops authgss_ops = {