Searched defs:rpc_credops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/sunrpc/ |
| D | auth.h | 124 struct rpc_credops { struct 125 const char * cr_name; /* Name of the auth flavour */ 126 int (*cr_init)(struct rpc_auth *, struct rpc_cred *); 127 void (*crdestroy)(struct rpc_cred *); 129 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); 130 int (*crmarshal)(struct rpc_task *task, 132 int (*crrefresh)(struct rpc_task *); 133 int (*crvalidate)(struct rpc_task *task, 135 int (*crwrap_req)(struct rpc_task *task, 137 int (*crunwrap_resp)(struct rpc_task *task, [all …]
|
| /kernel/linux/linux-6.6/include/linux/sunrpc/ |
| D | auth.h | 126 struct rpc_credops { struct 127 const char * cr_name; /* Name of the auth flavour */ 128 int (*cr_init)(struct rpc_auth *, struct rpc_cred *); 129 void (*crdestroy)(struct rpc_cred *); 131 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); 132 int (*crmarshal)(struct rpc_task *task, 134 int (*crrefresh)(struct rpc_task *); 135 int (*crvalidate)(struct rpc_task *task, 137 int (*crwrap_req)(struct rpc_task *task, 139 int (*crunwrap_resp)(struct rpc_task *task, [all …]
|