ReactOS 0.4.16-dev-136-g52192f1
|
Public Attributes | |
bool_t | established |
gss_ctx_id_t | ctx |
struct rpc_gss_sec | sec |
gss_buffer_desc | cname |
u_int | seq |
u_int | win |
u_int | seqlast |
u_int32_t | seqmask |
gss_name_t | client_name |
Definition at line 66 of file svc_auth_gss.c.
gss_name_t svc_rpc_gss_data::client_name |
Definition at line 75 of file svc_auth_gss.c.
Referenced by _svcauth_gss(), svcauth_gss_accept_sec_context(), and svcauth_gss_destroy().
gss_buffer_desc svc_rpc_gss_data::cname |
Definition at line 70 of file svc_auth_gss.c.
Referenced by svcauth_gss_accept_sec_context(), svcauth_gss_destroy(), and svcauth_gss_get_principal().
gss_ctx_id_t svc_rpc_gss_data::ctx |
Definition at line 68 of file svc_auth_gss.c.
Referenced by _svcauth_gss(), svcauth_gss_accept_sec_context(), svcauth_gss_destroy(), svcauth_gss_nextverf(), svcauth_gss_unwrap(), svcauth_gss_validate(), and svcauth_gss_wrap().
bool_t svc_rpc_gss_data::established |
Definition at line 67 of file svc_auth_gss.c.
Referenced by _svcauth_gss(), svcauth_gss_unwrap(), and svcauth_gss_wrap().
struct rpc_gss_sec svc_rpc_gss_data::sec |
Definition at line 69 of file svc_auth_gss.c.
Referenced by svcauth_gss_accept_sec_context(), svcauth_gss_nextverf(), svcauth_gss_unwrap(), and svcauth_gss_wrap().
u_int svc_rpc_gss_data::seq |
Definition at line 71 of file svc_auth_gss.c.
Referenced by _svcauth_gss(), svcauth_gss_accept_sec_context(), svcauth_gss_unwrap(), and svcauth_gss_wrap().
u_int svc_rpc_gss_data::seqlast |
Definition at line 73 of file svc_auth_gss.c.
Referenced by _svcauth_gss().
u_int32_t svc_rpc_gss_data::seqmask |
Definition at line 74 of file svc_auth_gss.c.
Referenced by _svcauth_gss().
u_int svc_rpc_gss_data::win |
Definition at line 72 of file svc_auth_gss.c.
Referenced by _svcauth_gss(), and svcauth_gss_accept_sec_context().