Searched defs:gss_accept_sec_context_res (Results 1 – 1 of 1) sorted by relevance
170 struct gss_accept_sec_context_res { struct171 GSS_CTX_ID_T context_handle; /* handle to created context */172 OM_UINT32 gssd_context_verifier; /* verifier for context handles */173 OM_UINT32 minor_status; /* status from the mechanism */174 GSS_BUFFER_T src_name; /* authenticated name of peer */175 GSS_OID mech_type; /* mechanism used */176 GSS_BUFFER_T output_token; /* where peer token is put */177 OM_UINT32 ret_flags; /* options of context */178 OM_UINT32 time_rec; /* actual context validity */179 GSS_CRED_ID_T delegated_cred_handle; /* always GSS_C_NO_CREDENTIAL */[all …]