Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dacquire_cred_with_pw.c121 krb5_ccache ccache2 = NULL; local
174 ccache2 = ccache1;
175 if ((code = krb5_cc_gen_new(context, &ccache2)) != 0)
180 if ((code = krb5_cc_initialize(context, ccache2, creds.client)) != 0)
183 if ((code = krb5_cc_store_cred(context, ccache2, &creds)) != 0)
188 cred->ccache = ccache2;
199 if (ccache2 != NULL)
200 (void) krb5_cc_close(context, ccache2);