|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntlm.h>

Public Attributes | |
| pid_t | helper_pid |
| HelperMode | mode |
| int | pipe_in |
| int | pipe_out |
| int | major |
| int | minor |
| int | micro |
| char * | com_buf |
| int | com_buf_size |
| int | com_buf_offset |
| BYTE * | session_key |
| ULONG | neg_flags |
| struct { | |
| struct { | |
| ULONG seq_num | |
| arc4_info * a4i | |
| } ntlm | |
| struct { | |
| BYTE * send_sign_key | |
| BYTE * send_seal_key | |
| BYTE * recv_sign_key | |
| BYTE * recv_seal_key | |
| ULONG send_seq_no | |
| ULONG recv_seq_no | |
| arc4_info * send_a4i | |
| arc4_info * recv_a4i | |
| } ntlm2 | |
| } | crypt |
| char* _NegoHelper::com_buf |
Definition at line 33 of file ntlm.h.
Referenced by cleanup_helper(), fork_helper(), preserve_unused(), read_line(), and run_helper().
| int _NegoHelper::com_buf_offset |
Definition at line 35 of file ntlm.h.
Referenced by fork_helper(), preserve_unused(), and read_line().
| int _NegoHelper::com_buf_size |
Definition at line 34 of file ntlm.h.
Referenced by fork_helper(), and read_line().
| struct { ... } _NegoHelper::crypt |
| pid_t _NegoHelper::helper_pid |
Definition at line 23 of file ntlm.h.
Referenced by cleanup_helper(), and fork_helper().
| int _NegoHelper::major |
Definition at line 30 of file ntlm.h.
Referenced by check_version(), fork_helper(), and SECUR32_initNTLMSP().
| int _NegoHelper::micro |
Definition at line 32 of file ntlm.h.
Referenced by check_version(), fork_helper(), and SECUR32_initNTLMSP().
| int _NegoHelper::minor |
Definition at line 31 of file ntlm.h.
Referenced by check_version(), fork_helper(), and SECUR32_initNTLMSP().
| HelperMode _NegoHelper::mode |
Definition at line 27 of file ntlm.h.
Referenced by ntlm_AcceptSecurityContext(), ntlm_InitializeSecurityContextW(), and SECUR32_CreateNTLM2SubKeys().
| ULONG _NegoHelper::neg_flags |
Definition at line 37 of file ntlm.h.
Referenced by fork_helper(), ntlm_AcceptSecurityContext(), ntlm_CreateSignature(), ntlm_DecryptMessage(), ntlm_EncryptMessage(), ntlm_InitializeSecurityContextW(), ntlm_MakeSignature(), ntlm_QueryContextAttributesW(), and ntlm_VerifySignature().
| struct { ... } _NegoHelper::ntlm |
| struct { ... } _NegoHelper::ntlm2 |
| int _NegoHelper::pipe_in |
Definition at line 28 of file ntlm.h.
Referenced by check_version(), cleanup_helper(), fork_helper(), and read_line().
| int _NegoHelper::pipe_out |
Definition at line 29 of file ntlm.h.
Referenced by cleanup_helper(), fork_helper(), and run_helper().
| BYTE* _NegoHelper::session_key |
Definition at line 36 of file ntlm.h.
Referenced by cleanup_helper(), fork_helper(), ntlm_AcceptSecurityContext(), ntlm_InitializeSecurityContextW(), and SECUR32_CreateNTLM2SubKeys().