Searched defs:try_ccache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgc_frm_kdc.c168 static krb5_error_code try_ccache(struct tr_state *, krb5_creds *);
393 * try_ccache()
399 try_ccache(struct tr_state *ts, krb5_creds *tgtq) function
404 TR_DBG(ts, "try_ccache");
428 TR_DBG_RET(ts, "try_ccache", retval);
571 retval = try_ccache(ts, tmp_out_cred);
648 retval = try_ccache(ts, &tgtq);

Completed in 68 milliseconds