Lines Matching defs:ntlmdata
430 struct ntlmdata { struct
431 curlntlm state;
433 CredHandle *credentials;
434 CtxtHandle *context;
435 SEC_WINNT_AUTH_IDENTITY identity;
436 SEC_WINNT_AUTH_IDENTITY *p_identity;
437 size_t token_max;
438 BYTE *output_token;
439 BYTE *input_token;
440 size_t input_token_len;
442 unsigned int flags;
443 unsigned char nonce[8];
444 void* target_info; /* TargetInfo received in the ntlm type-2 message */
445 unsigned int target_info_len;