Lines Matching refs:rpc_auth
48 struct rpc_auth;
54 struct rpc_auth * cr_auth;
79 struct rpc_auth { struct
115 struct rpc_auth * (*create)(struct rpc_auth_create_args *, struct rpc_clnt *); argument
116 void (*destroy)(struct rpc_auth *);
118 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
119 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int);
124 int (*key_timeout)(struct rpc_auth *,
130 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
162 struct rpc_auth * rpcauth_create(struct rpc_auth_create_args *,
164 void rpcauth_release(struct rpc_auth *);
170 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int);
171 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const stru…
172 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
182 int rpcauth_init_credcache(struct rpc_auth *);
183 void rpcauth_destroy_credcache(struct rpc_auth *);
185 int rpcauth_key_timeout_notify(struct rpc_auth *,