Lines Matching defs:rpc_authops
13723 struct rpc_authops { struct
13724 struct module *owner;
13725 rpc_authflavor_t au_flavor;
13726 char *au_name;
13727 struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
13728 void (*destroy)(struct rpc_auth *);
13729 int (*hash_cred)(struct auth_cred *, unsigned int);
13730 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
13731 struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
13732 int (*list_pseudoflavors)(rpc_authflavor_t *, int);
13733 rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
13734 int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
13735 int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);