Home
last modified time | relevance | path

Searched refs:G_WRONG_MECH (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/gssapi/include/
H A Dgssapi_err_generic.h55 #define G_WRONG_MECH (-2045022965L) macro
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_token.c233 return G_WRONG_MECH;
/titanic_50/usr/src/uts/common/gssapi/mechs/dummy/
H A Ddmech.c548 ret = G_WRONG_MECH;
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Daccept_sec_context.c388 } else if ((code == G_WRONG_MECH) &&
394 } else if ((code == G_WRONG_MECH) &&
/titanic_50/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c1390 ret = G_WRONG_MECH;
/titanic_50/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c3925 ret = G_WRONG_MECH; in g_verify_token_header()