Home | History | Annotate | Download | only in pam_krb5

Lines Matching defs:ccache

102 #define PAM_OPT_CCACHE		"ccache"
126 krb5_ccache ccache;
315 krbret = krb5_cc_new_unique(pam_context, "MEMORY", NULL, &ccache);
322 krbret = krb5_cc_initialize(pam_context, ccache, princ);
329 krbret = krb5_cc_store_cred(pam_context, ccache, &creds);
333 krb5_cc_destroy(pam_context, ccache);
341 krbret = verify_krb_v5_tgt(pam_context, ccache, srvdup,
346 krb5_cc_destroy(pam_context, ccache);
353 retval = pam_get_data(pamh, "ccache", &ccache_data);
355 krb5_cc_destroy(pam_context, ccache);
364 ccache), krb5_cc_get_name(pam_context, ccache));
370 retval = pam_set_data(pamh, "ccache", ccache_name, cleanup_cache);
372 krb5_cc_destroy(pam_context, ccache);
463 retval = pam_get_data(pamh, "ccache", &cache_data);
562 /* Initialize the new ccache */
680 krb5_ccache ccache;
692 retval = pam_get_data(pamh, "ccache", &ccache_name);
706 krbret = krb5_cc_resolve(pam_context, (const char *)ccache_name, &ccache);
714 PAM_LOG("Got ccache %s", (const char *)ccache_name);
717 krbret = krb5_cc_get_principal(pam_context, ccache, &princ);
1010 verify_krb_v5_tgt(krb5_context context, krb5_ccache ccache,
1027 NULL, ccache, &packet);
1082 krb5_ccache ccache;
1088 krbret = krb5_cc_resolve(pam_context, data, &ccache);
1090 krb5_cc_destroy(pam_context, ccache);