Home
last modified time | relevance | path

Searched defs:rpc_credops (Results 1 – 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/sunrpc/
Dauth.h106 struct rpc_credops { struct
107 const char * cr_name; /* Name of the auth flavour */
108 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
109 void (*crdestroy)(struct rpc_cred *);
111 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
112 u32 * (*crmarshal)(struct rpc_task *, u32 *);
113 int (*crrefresh)(struct rpc_task *);
114 u32 * (*crvalidate)(struct rpc_task *, u32 *);
115 int (*crwrap_req)(struct rpc_task *, kxdrproc_t,
117 int (*crunwrap_resp)(struct rpc_task *, kxdrproc_t,