Lines Matching refs:rpc_auth
46 struct rpc_auth;
52 struct rpc_auth * cr_auth;
73 struct rpc_auth { struct
110 struct rpc_auth * (*create)(const struct rpc_auth_create_args *,
112 void (*destroy)(struct rpc_auth *);
115 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
116 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int, gfp_t);
120 int (*key_timeout)(struct rpc_auth *,
126 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
154 struct rpc_auth * rpcauth_create(const struct rpc_auth_create_args *,
156 void rpcauth_release(struct rpc_auth *);
161 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t);
162 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const stru…
163 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
181 int rpcauth_init_credcache(struct rpc_auth *);
182 void rpcauth_destroy_credcache(struct rpc_auth *);