Searched refs:cc (Results 1 - 2 of 2) sorted by relevance

/sssd/src/providers/krb5/
H A Dkrb5_ccache.c272 struct sss_krb5_ccache *cc = talloc_get_type(mem, struct sss_krb5_ccache); local
274 if (cc->ccache) {
275 krb5_cc_close(cc->context, cc->ccache);
277 krb5_free_context(cc->context);
278 restore_creds(cc->creds);
287 struct sss_krb5_ccache *cc; local
291 cc = talloc_zero(mem_ctx, struct sss_krb5_ccache);
292 if (!cc) {
295 talloc_set_destructor((TALLOC_CTX *)cc, sss_free_krb5_ccach
331 sss_destroy_ccache(struct sss_krb5_ccache *cc) argument
353 struct sss_krb5_ccache *cc = NULL; local
476 struct sss_krb5_ccache *cc = NULL; local
559 krb5_ccache cc = NULL; local
[all...]
/sssd/src/tests/
H A Dkrb5_child-test.c334 print_ccache(const char *cc) argument
349 kret = krb5_cc_resolve(kcontext, cc, &cache);

Completed in 17 milliseconds