Lines Matching refs:rpc_auth
48 struct rpc_auth;
54 struct rpc_auth * cr_auth;
75 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);
122 int (*key_timeout)(struct rpc_auth *,
128 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
156 struct rpc_auth * rpcauth_create(const struct rpc_auth_create_args *,
158 void rpcauth_release(struct rpc_auth *);
164 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t);
165 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const stru…
166 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
184 int rpcauth_init_credcache(struct rpc_auth *);
185 void rpcauth_destroy_credcache(struct rpc_auth *);