Lines Matching refs:rpc_auth
27 struct rpc_auth * cr_auth;
51 struct rpc_auth { struct
74 struct rpc_auth * (*create)(struct rpc_clnt *); argument
75 void (*destroy)(struct rpc_auth *);
97 struct rpc_auth * rpcauth_create(unsigned int, struct rpc_clnt *);
98 void rpcauth_destroy(struct rpc_auth *);
99 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
104 int rpcauth_matchcred(struct rpc_auth *,
111 void rpcauth_init_credcache(struct rpc_auth *);
112 void rpcauth_free_credcache(struct rpc_auth *);
113 void rpcauth_insert_credcache(struct rpc_auth *,