Lines Matching refs:hContext
65 int32_t *hContext, int32_t *hCred, in init_sec_context() argument
73 put32(client, *hContext); in init_sec_context()
78 ret32(client, *hContext); in init_sec_context()
86 int32_t *hContext, in accept_sec_context() argument
95 put32(client, *hContext); in accept_sec_context()
98 ret32(client, *hContext); in accept_sec_context()
150 encrypt_token(struct client *client, int32_t hContext, int32_t flags, in encrypt_token() argument
155 put32(client, hContext); in encrypt_token()
165 decrypt_token(struct client *client, int32_t hContext, int flags, in decrypt_token() argument
170 put32(client, hContext); in decrypt_token()
180 wrap_token_ext(struct client *client, int32_t hContext, int32_t flags, in wrap_token_ext() argument
186 put32(client, hContext); in wrap_token_ext()
198 unwrap_token_ext(struct client *client, int32_t hContext, int32_t flags, in unwrap_token_ext() argument
204 put32(client, hContext); in unwrap_token_ext()
216 get_mic(struct client *client, int32_t hContext, in get_mic() argument
221 put32(client, hContext); in get_mic()
231 verify_mic(struct client *client, int32_t hContext, in verify_mic() argument
236 put32(client, hContext); in verify_mic()