Home
last modified time | relevance | path

Searched defs:gss_init_sec_context_arg (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/
H A Dgssd.x130 struct gss_init_sec_context_arg { struct
131 uid_t uid; /* client uid */
132 GSS_CTX_ID_T context_handle; /* handle to existing context */
135 OM_UINT32 gssd_cred_verifier; /* verifier for cred handle */
136 GSS_BUFFER_T target_name; /* name of server */
137 GSS_OID name_type; /* type of principal name */
138 GSS_OID mech_type; /* requested mechanism */
139 int req_flags; /* requested context options */
140 OM_UINT32 time_req; /* context validity interval */
142 input_chan_bindings; /* requested channel bindings */
[all …]