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

/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dsupport.c40 * return failure if the status_type parameter is GSS_C_GSS_CODE
47 int status_type, /* Shoud alway be GSS_C_MECH_COE */
67 * If status_type equals GSS_C_GSS_CODE, we'll return
75 if (status_type != GSS_C_MECH_CODE)
76 return ((status_type == GSS_C_GSS_CODE ?
44 __dh_gss_display_status(void *ctx, OM_uint32 *minor, OM_uint32 status_value, int status_type, gss_OID mech, OM_uint32* mesg_ctx, gss_buffer_t status_str ) argument
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssdtest.c1690 int status_type; local
1719 status_type = GSS_C_GSS_CODE;
1722 status_type = GSS_C_MECH_CODE;
1739 status_type,
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c2007 int status_type,
2014 status_type,
2025 int status_type,
2050 status_type,
2067 status_type,
2003 glue_spnego_gss_display_status( void *context, 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
2022 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 78 milliseconds