Searched defs:rpc_authops (Results 1 – 1 of 1) sorted by relevance
43942 struct rpc_authops { struct43943 struct module *owner;43944 rpc_authflavor_t au_flavor;43945 char *au_name;43946 struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *);43947 void (*destroy)(struct rpc_auth *);43948 int (*hash_cred)(struct auth_cred *, unsigned int);43949 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);43950 struct rpc_cred * (*crcreate)(struct rpc_auth *, struct auth_cred *, int, gfp_t);43951 rpc_authflavor_t (*info2flavor)(struct rpcsec_gss_info *);[all …]