Lines Matching refs:rpc_cred
50 struct rpc_cred { struct
118 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
119 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int);
125 struct rpc_cred *);
130 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
131 void (*crdestroy)(struct rpc_cred *);
133 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
134 struct rpc_cred * (*crbind)(struct rpc_task *, struct rpc_cred *, int);
142 int (*crkey_timeout)(struct rpc_cred *);
143 bool (*crkey_to_expire)(struct rpc_cred *);
144 char * (*crstringify_acceptor)(struct rpc_cred *);
157 struct rpc_cred * rpc_lookup_cred(void);
158 struct rpc_cred * rpc_lookup_cred_nonblock(void);
159 struct rpc_cred * rpc_lookup_machine_cred(const char *service_name);
170 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int);
171 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const stru…
172 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
173 struct rpc_cred * rpcauth_generic_bind_cred(struct rpc_task *, struct rpc_cred *, int);
174 void put_rpccred(struct rpc_cred *);
186 struct rpc_cred *);
187 bool rpcauth_cred_key_to_expire(struct rpc_cred *);
188 char * rpcauth_stringify_acceptor(struct rpc_cred *);
191 struct rpc_cred * get_rpccred(struct rpc_cred *cred) in get_rpccred()