Searched refs:status_type (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Ddisp_status.c171 krb5_gss_display_status(minor_status, status_value, status_type,
175 int status_type;
190 if (status_type == GSS_C_GSS_CODE) {
193 } else if (status_type == GSS_C_MECH_CODE) {
221 krb5_gss_display_status2(minor_status, status_value, status_type,
225 int status_type;
231 status_type, mech_type, message_context,
H A Dkrb5_gss_glue.c140 int, /* status_type */
695 k5glue_display_status(ctx, minor_status, status_value, status_type,
700 int status_type;
706 status_type, mech_type, message_context,
/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/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_disp_status.c177 spnego_gss_display_status2(minor_status, status_value, status_type,
181 int status_type;
195 if (status_type == GSS_C_GSS_CODE) {
198 } else if (status_type == GSS_C_MECH_CODE) {
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
/illumos-gate/usr/src/lib/libgss/
H A Dg_dsp_status.c51 status_type,
58 int status_type;
81 if (status_type == GSS_C_GSS_CODE)
139 status_value, status_type, mech_type,
/illumos-gate/usr/src/uts/common/gssapi/
H A Dgssd.x298 int status_type; /* GSS or mech status */
H A Dgssd_clnt_stubs.c2009 status_type,
2016 int status_type;
2040 arg.status_type = status_type;
/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,
H A Dgssd_clnt_stubs.c1662 status_type,
1669 int status_type;
1690 arg.status_type = status_type;
H A Dgssd_proc.c2123 argp->status_type,
/illumos-gate/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c724 dummy_gss_display_status(ctx, minor_status, status_value, status_type,
729 int status_type;

Completed in 96 milliseconds