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

/sssd-io/src/providers/krb5/
H A Dkrb5_ccache.c264 struct sss_krb5_ccache { struct
272 struct sss_krb5_ccache *cc = talloc_get_type(mem, struct sss_krb5_ccache);
285 struct sss_krb5_ccache **ccache)
287 struct sss_krb5_ccache *cc;
291 cc = talloc_zero(mem_ctx, struct sss_krb5_ccache);
331 static errno_t sss_destroy_ccache(struct sss_krb5_ccache *cc)
353 struct sss_krb5_ccache *cc = NULL;
476 struct sss_krb5_ccache *cc = NULL;

Completed in 7 milliseconds