Searched defs:gss_inquire_cred_res (Results 1 – 1 of 1) sorted by relevance
324 struct gss_inquire_cred_res { struct325 OM_UINT32 minor_status; /* status from the mechanism */326 GSS_BUFFER_T name; /* name associated with cred */327 GSS_OID name_type; /* type of name */328 OM_UINT32 lifetime; /* remaining validiy period */329 int cred_usage; /* how creds may be used */330 GSS_OID_SET mechanisms; /* mechs associated with cred */331 OM_UINT32 status; /* status of GSSAPI call */