ReactOS 0.4.15-dev-7934-g1dc8d80
sspi_data Struct Reference
Collaboration diagram for sspi_data:

Public Attributes

CredHandle cred
 
CtxtHandle ctxt
 
PSecBufferDesc in_buf
 
PSecBufferDesc out_buf
 
PSEC_WINNT_AUTH_IDENTITY_A id
 
ULONG max_token
 

Detailed Description

Definition at line 57 of file negotiate.c.

Member Data Documentation

◆ cred

CredHandle sspi_data::cred

Definition at line 59 of file negotiate.c.

Referenced by runClient(), runServer(), setupClient(), and setupServer().

◆ ctxt

CtxtHandle sspi_data::ctxt

Definition at line 60 of file negotiate.c.

Referenced by runClient(), and runServer().

◆ id

Definition at line 63 of file negotiate.c.

Referenced by setupClient().

◆ in_buf

PSecBufferDesc sspi_data::in_buf

Definition at line 61 of file negotiate.c.

Referenced by cleanupBuffers(), communicate(), runClient(), runServer(), and setupBuffers().

◆ max_token

ULONG sspi_data::max_token

Definition at line 64 of file negotiate.c.

Referenced by communicate(), runClient(), and setupBuffers().

◆ out_buf

PSecBufferDesc sspi_data::out_buf

Definition at line 62 of file negotiate.c.

Referenced by cleanupBuffers(), runClient(), runFakeServer(), runServer(), and setupBuffers().


The documentation for this struct was generated from the following file: