Home
last modified time | relevance | path

Searched refs:GSS_S_UNAVAILABLE (Results 1 – 25 of 25) sorted by relevance

/titanic_41/usr/src/lib/libgss/
H A Dg_compare_name.c103 return (GSS_S_UNAVAILABLE);
122 return (GSS_S_UNAVAILABLE);
203 return (GSS_S_UNAVAILABLE);
H A Dg_inquire_cred.c86 return (GSS_S_UNAVAILABLE);
244 return (GSS_S_UNAVAILABLE);
278 return (GSS_S_UNAVAILABLE);
H A Dg_glue.c324 status = GSS_S_UNAVAILABLE;
371 return (GSS_S_UNAVAILABLE);
478 status = GSS_S_UNAVAILABLE;
504 status = GSS_S_UNAVAILABLE;
534 status = GSS_S_UNAVAILABLE;
H A Dg_seal.c119 status = GSS_S_UNAVAILABLE;
197 major_status = GSS_S_UNAVAILABLE;
H A Dg_context_time.c74 status = GSS_S_UNAVAILABLE;
H A Dg_process_context.c78 status = GSS_S_UNAVAILABLE;
H A Dg_dsp_status.c152 return (GSS_S_UNAVAILABLE);
294 case GSS_S_UNAVAILABLE:
H A Dg_verify.c80 status = GSS_S_UNAVAILABLE;
H A Dg_rel_cred.c91 status = GSS_S_UNAVAILABLE;
H A Dg_unseal.c94 status = GSS_S_UNAVAILABLE;
H A Dg_sign.c110 status = GSS_S_UNAVAILABLE;
H A Dg_userok.c117 return (GSS_S_UNAVAILABLE); in __gss_userok()
H A Dg_inquire_context.c103 return (GSS_S_UNAVAILABLE); in gss_inquire_context()
H A Dg_exp_sec_context.c101 return (GSS_S_UNAVAILABLE);
H A Dg_imp_sec_context.c140 status = GSS_S_UNAVAILABLE;
H A Dg_inquire_names.c80 status = GSS_S_UNAVAILABLE;
H A Dg_init_sec_context.c135 return (GSS_S_UNAVAILABLE);
H A Dg_imp_name.c246 return (GSS_S_UNAVAILABLE);
H A Dg_acquire_cred_with_pw.c285 return (GSS_S_UNAVAILABLE);
H A Dgssd_pname_to_uid.c531 return (GSS_S_UNAVAILABLE);
H A Dg_acquire_cred.c362 return (GSS_S_UNAVAILABLE);
/titanic_41/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext.c164 return (GSS_S_UNAVAILABLE); in __dh_gss_export_sec_context()
172 return (GSS_S_UNAVAILABLE); in __dh_gss_import_sec_context()
264 return (GSS_S_UNAVAILABLE); in __dh_gss_process_context_token()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dgssapi_krb5.c379 return GSS_S_UNAVAILABLE; in krb5_gss_inquire_sec_context_by_oid()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dacquire_cred_with_pw.c108 return (GSS_S_UNAVAILABLE);
/titanic_41/usr/src/uts/common/gssapi/
H A Dgssapi.h362 #define GSS_S_UNAVAILABLE (((OM_uint32) 16ul) << GSS_C_ROUTINE_ERROR_OFFSET) macro