Lines Matching refs:rpc_auth
46 struct rpc_auth;
52 struct rpc_auth * cr_auth;
73 struct rpc_auth { struct
111 struct rpc_auth * (*create)(const struct rpc_auth_create_args *,
113 void (*destroy)(struct rpc_auth *);
116 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
117 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int, gfp_t);
121 int (*key_timeout)(struct rpc_auth *,
127 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
155 struct rpc_auth * rpcauth_create(const struct rpc_auth_create_args *,
157 void rpcauth_release(struct rpc_auth *);
162 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t);
163 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const stru…
164 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
182 int rpcauth_init_credcache(struct rpc_auth *);
183 void rpcauth_destroy_credcache(struct rpc_auth *);