Searched defs:gss_init_sec_context_res (Results 1 – 1 of 1) sorted by relevance
146 struct gss_init_sec_context_res { struct147 GSS_CTX_ID_T context_handle; /* handle to created context */148 OM_UINT32 gssd_context_verifier; /* verifier for context handles */149 OM_UINT32 minor_status; /* status from the mechanism */150 GSS_OID actual_mech_type; /* actual mechanism used */151 GSS_BUFFER_T output_token; /* where peer token is put */152 OM_UINT32 ret_flags; /* options of context */153 OM_UINT32 time_rec; /* actual context validity */154 OM_UINT32 status; /* status of GSSAPI call */