Home
last modified time | relevance | path

Searched refs:prerfc_mech (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dadd_cred.c150 if ((g_OID_equal(desired_mech, gss_mech_krb5_old) && cred->prerfc_mech) ||
219 new_cred->prerfc_mech = cred->prerfc_mech;
366 cred->prerfc_mech = 1;
H A Dacquire_cred_with_pw.c301 cred->prerfc_mech = req_old;
405 (cred->prerfc_mech && GSS_ERROR(ret =
H A Dinq_cred.c161 (cred->prerfc_mech &&
H A Dacquire_cred.c544 cred->prerfc_mech = req_old;
666 (cred->prerfc_mech &&
H A Dinit_sec_context.c971 } else if (cred->prerfc_mech) {
980 if (!cred->prerfc_mech)
H A Daccept_sec_context.c229 cred->prerfc_mech = 1; /* this cred will work with all three mechs */
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_krb5.h165 int prerfc_mech; member