/titanic_44/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | disp_status.c | 171 krb5_gss_display_status(minor_status, status_value, status_type, in krb5_gss_display_status() argument 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, in krb5_gss_display_status2() argument 225 int status_type; 231 status_type, mech_type, message_context,
|
H A D | krb5_gss_glue.c | 695 k5glue_display_status(ctx, minor_status, status_value, status_type, in k5glue_display_status() argument 700 int status_type; 706 status_type, mech_type, message_context,
|
/titanic_44/usr/src/lib/gss_mechs/mech_spnego/mech/ |
H A D | spnego_disp_status.c | 177 spnego_gss_display_status2(minor_status, status_value, status_type, in spnego_gss_display_status2() argument 181 int status_type; 195 if (status_type == GSS_C_GSS_CODE) { 198 } else if (status_type == GSS_C_MECH_CODE) {
|
H A D | spnego_mech.c | 2007 int status_type, in glue_spnego_gss_display_status() argument 2014 status_type, in glue_spnego_gss_display_status() 2025 int status_type, in spnego_gss_display_status() argument 2050 status_type, in spnego_gss_display_status() 2067 status_type, in spnego_gss_display_status()
|
/titanic_44/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | support.c | 47 int status_type, /* Shoud alway be GSS_C_MECH_COE */ in __dh_gss_display_status() argument 75 if (status_type != GSS_C_MECH_CODE) in __dh_gss_display_status() 76 return ((status_type == GSS_C_GSS_CODE ? in __dh_gss_display_status()
|
/titanic_44/usr/src/lib/libgss/ |
H A D | g_dsp_status.c | 51 status_type, in gss_display_status() argument 58 int status_type; 81 if (status_type == GSS_C_GSS_CODE) 139 status_value, status_type, mech_type,
|
/titanic_44/usr/src/cmd/gss/gssd/ |
H A D | gssdtest.c | 1690 int status_type; local 1719 status_type = GSS_C_GSS_CODE; 1722 status_type = GSS_C_MECH_CODE; 1739 status_type,
|
H A D | gssd_clnt_stubs.c | 1662 status_type, in kgss_display_status() argument 1669 int status_type; 1690 arg.status_type = status_type;
|
H A D | gssd_proc.c | 2125 argp->status_type,
|
/titanic_44/usr/src/uts/common/gssapi/ |
H A D | gssd.x | 298 int status_type; /* GSS or mech status */ member
|
H A D | gssd_clnt_stubs.c | 2009 status_type, in kgss_display_status() argument 2016 int status_type; 2040 arg.status_type = status_type;
|
/titanic_44/usr/src/lib/gss_mechs/mech_dummy/mech/ |
H A D | dmech.c | 724 dummy_gss_display_status(ctx, minor_status, status_value, status_type, in dummy_gss_display_status() argument 729 int status_type;
|