Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/sunrpc/
A Dauth.h125 struct rpc_credops { struct
126 const char * cr_name; /* Name of the auth flavour */
127 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
128 void (*crdestroy)(struct rpc_cred *);
130 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
131 int (*crmarshal)(struct rpc_task *task,
133 int (*crrefresh)(struct rpc_task *);
134 int (*crvalidate)(struct rpc_task *task,
136 int (*crwrap_req)(struct rpc_task *task,
138 int (*crunwrap_resp)(struct rpc_task *task,
[all …]

Completed in 3 milliseconds