Lines Matching defs:ntlmdata
330 struct ntlmdata { struct
331 curlntlm state;
337 CtxtHandle *sslContext;
339 CredHandle *credentials;
340 CtxtHandle *context;
341 SEC_WINNT_AUTH_IDENTITY identity;
342 SEC_WINNT_AUTH_IDENTITY *p_identity;
343 size_t token_max;
344 BYTE *output_token;
345 BYTE *input_token;
346 size_t input_token_len;
347 TCHAR *spn;
349 unsigned int flags;
350 unsigned char nonce[8];
351 void *target_info; /* TargetInfo received in the ntlm type-2 message */
352 unsigned int target_info_len;