Lines Matching defs:rpc_authops
13410 struct rpc_authops { struct
13411 struct module *owner;
13412 rpc_authflavor_t au_flavor;
13413 char *au_name;
13414 struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
13415 void (*destroy)(struct rpc_auth *);
13416 int (*hash_cred)(struct auth_cred *, unsigned int);
13417 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
13418 struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
13419 rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
13420 int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
13421 int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);