Searched defs:status_type (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dsupport.c33 * return failure if the status_type parameter is GSS_C_GSS_CODE
40 int status_type, /* Shoud alway be GSS_C_MECH_COE */
60 * If status_type equals GSS_C_GSS_CODE, we'll return
68 if (status_type != GSS_C_MECH_CODE)
69 return ((status_type == GSS_C_GSS_CODE ?
37 __dh_gss_display_status( OM_uint32 *minor, OM_uint32 status_value, int status_type, gss_OID mech, OM_uint32* mesg_ctx, gss_buffer_t status_str ) argument
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c2064 int status_type,
2071 status_type,
2082 int status_type,
2107 status_type,
2124 status_type,
2061 glue_spnego_gss_display_status( OM_uint32 *minor_status, OM_uint32 status_value, int status_type, gss_OID mech_type, OM_uint32 *message_context, gss_buffer_t status_string) argument
2079 spnego_gss_display_status( OM_uint32 *minor_status, OM_uint32 status_value, int status_type, gss_OID mech_type, OM_uint32 *message_context, gss_buffer_t status_string) argument

Completed in 269 milliseconds