Lines Matching defs:rpc_credops
128 struct rpc_credops { struct
129 const char * cr_name; /* Name of the auth flavour */
130 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
131 void (*crdestroy)(struct rpc_cred *);
133 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
134 struct rpc_cred * (*crbind)(struct rpc_task *, struct rpc_cred *, int);
135 __be32 * (*crmarshal)(struct rpc_task *, __be32 *);
136 int (*crrefresh)(struct rpc_task *);
137 __be32 * (*crvalidate)(struct rpc_task *, __be32 *);
138 int (*crwrap_req)(struct rpc_task *, kxdreproc_t,
140 int (*crunwrap_resp)(struct rpc_task *, kxdrdproc_t,
142 int (*crkey_timeout)(struct rpc_cred *);
143 bool (*crkey_to_expire)(struct rpc_cred *);
144 char * (*crstringify_acceptor)(struct rpc_cred *);