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