|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| bool_t | established |
| gss_buffer_desc | gc_wire_verf |
| CLIENT * | clnt |
| gss_name_t | name |
| struct rpc_gss_sec | sec |
| gss_ctx_id_t | ctx |
| struct rpc_gss_cred | gc |
| u_int | win |
Definition at line 131 of file auth_gss.c.
| CLIENT* rpc_gss_data::clnt |
Definition at line 135 of file auth_gss.c.
Referenced by authgss_create(), authgss_create_default(), authgss_destroy_context(), and authgss_refresh().
| gss_ctx_id_t rpc_gss_data::ctx |
Definition at line 138 of file auth_gss.c.
Referenced by authgss_create(), authgss_destroy_context(), authgss_get_private_data(), authgss_marshal(), authgss_refresh(), authgss_unwrap(), authgss_validate(), and authgss_wrap().
| bool_t rpc_gss_data::established |
Definition at line 132 of file auth_gss.c.
Referenced by authgss_destroy_context(), authgss_get_private_data(), authgss_marshal(), authgss_refresh(), authgss_service(), authgss_unwrap(), authgss_validate(), and authgss_wrap().
| struct rpc_gss_cred rpc_gss_data::gc |
Definition at line 139 of file auth_gss.c.
Referenced by authgss_create(), authgss_destroy_context(), authgss_get_private_data(), authgss_marshal(), authgss_refresh(), authgss_service(), authgss_unwrap(), authgss_validate(), and authgss_wrap().
| 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().
| 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().
| struct rpc_gss_sec rpc_gss_data::sec |
Definition at line 137 of file auth_gss.c.
Referenced by authgss_create(), authgss_create_default(), authgss_marshal(), authgss_refresh(), authgss_service(), authgss_unwrap(), authgss_validate(), and authgss_wrap().
| 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().