Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
A Dauth.h107 struct rpc_authops { struct
108 struct module *owner;
109 rpc_authflavor_t au_flavor; /* flavor (RPC_AUTH_*) */
110 char * au_name;
111 struct rpc_auth * (*create)(const struct rpc_auth_create_args *,
113 void (*destroy)(struct rpc_auth *);
115 int (*hash_cred)(struct auth_cred *, unsigned int);
118 rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
119 int (*flavor2info)(rpc_authflavor_t,
121 int (*key_timeout)(struct rpc_auth *,
[all …]

Completed in 4 milliseconds