Lines Matching defs:rpc_authops
19634 struct rpc_authops { struct
19635 struct module *owner;
19636 rpc_authflavor_t au_flavor;
19637 char *au_name;
19638 struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);
19639 void (*destroy)(struct rpc_auth *);
19640 int (*hash_cred)(struct auth_cred *, unsigned int);
19641 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
19642 struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);
19643 rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);
19644 int (*flavor2info)(rpc_authflavor_t, struct rpcsec_gss_info *);
19645 int (*key_timeout)(struct rpc_auth *, struct rpc_cred *);