ReactOS 0.4.15-dev-7842-g558ab78
rpc_gss_data Struct Reference
Collaboration diagram for rpc_gss_data:

Public Attributes

bool_t established
 
gss_buffer_desc gc_wire_verf
 
CLIENTclnt
 
gss_name_t name
 
struct rpc_gss_sec sec
 
gss_ctx_id_t ctx
 
struct rpc_gss_cred gc
 
u_int win
 

Detailed Description

Definition at line 131 of file auth_gss.c.

Member Data Documentation

◆ clnt

CLIENT* rpc_gss_data::clnt

◆ ctx

◆ established

◆ gc

◆ gc_wire_verf

gss_buffer_desc rpc_gss_data::gc_wire_verf

Definition at line 133 of file auth_gss.c.

Referenced by authgss_destroy_context(), authgss_refresh(), and authgss_validate().

◆ name

gss_name_t rpc_gss_data::name

Definition at line 136 of file auth_gss.c.

Referenced by authgss_create(), authgss_destroy(), and authgss_refresh().

◆ sec

◆ win

u_int rpc_gss_data::win

Definition at line 140 of file auth_gss.c.

Referenced by authgss_get_private_data(), authgss_refresh(), and authgss_validate().


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