Lines Matching defs:rpc_authops
37453 struct rpc_authops { struct
37454 struct module *owner;
37455 rpc_authflavor_t au_flavor;
37456 char *au_name;
37457 struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
37458 void (*destroy)(struct rpc_auth *);
37459 int (*hash_cred)(struct auth_cred *, unsigned int);
37460 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
37461 struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
37462 rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
37463 int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
37464 int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);