ReactOS 0.4.16-dev-974-g5022a45
|
Public Attributes | |
CredHandle | cred |
CtxtHandle | ctxt |
PSecBufferDesc | in_buf |
PSecBufferDesc | out_buf |
PSEC_WINNT_AUTH_IDENTITY_A | id |
ULONG | max_token |
Definition at line 57 of file negotiate.c.
CredHandle sspi_data::cred |
Definition at line 59 of file negotiate.c.
Referenced by runClient(), runServer(), setupClient(), and setupServer().
CtxtHandle sspi_data::ctxt |
Definition at line 60 of file negotiate.c.
Referenced by runClient(), and runServer().
PSEC_WINNT_AUTH_IDENTITY_A sspi_data::id |
Definition at line 63 of file negotiate.c.
Referenced by setupClient().
PSecBufferDesc sspi_data::in_buf |
Definition at line 61 of file negotiate.c.
Referenced by cleanupBuffers(), communicate(), runClient(), runServer(), and setupBuffers().
ULONG sspi_data::max_token |
Definition at line 64 of file negotiate.c.
Referenced by communicate(), runClient(), and setupBuffers().
PSecBufferDesc sspi_data::out_buf |
Definition at line 62 of file negotiate.c.
Referenced by cleanupBuffers(), runClient(), runFakeServer(), runServer(), and setupBuffers().