Lines Matching defs:client
43 struct client { struct
60 static struct client **clients; argument
64 init_sec_context(struct client *client, in init_sec_context()
85 accept_sec_context(struct client *client, in accept_sec_context()
106 acquire_cred(struct client *client, in acquire_cred()
123 toast_resource(struct client *client, in toast_resource()
134 goodbye(struct client *client) in goodbye()
141 get_targetname(struct client *client, in get_targetname()
150 encrypt_token(struct client *client, int32_t hContext, int32_t flags, in encrypt_token()
165 decrypt_token(struct client *client, int32_t hContext, int flags, in decrypt_token()
180 wrap_token_ext(struct client *client, int32_t hContext, int32_t flags, in wrap_token_ext()
198 unwrap_token_ext(struct client *client, int32_t hContext, int32_t flags, in unwrap_token_ext()
216 get_mic(struct client *client, int32_t hContext, in get_mic()
231 verify_mic(struct client *client, int32_t hContext, in verify_mic()
247 get_version_capa(struct client *client, in get_version_capa()
259 get_moniker(struct client *client, in get_moniker()
895 struct client *client, *server; in main() local