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