Searched refs:in_ccache (Results 1 - 7 of 7) sorted by last modified time

/macosx-10.10/MITKerberosShim-66/
H A Dccache.c508 ccache_get_credentials_version(cc_ccache_t in_ccache, cc_uint32 *out_credentials_version) argument
517 ccache_get_name(cc_ccache_t in_ccache, cc_string_t *out_name) argument
519 struct cc_ccache *c = (struct cc_ccache *)in_ccache;
537 ccache_get_principal(cc_ccache_t in_ccache, cc_uint32 in_credentials_version, cc_string_t *out_principal) argument
539 struct cc_ccache *c = (struct cc_ccache *)in_ccache;
669 ccache_new_credentials_iterator(cc_ccache_t in_ccache, cc_credentials_iterator_t *out_credentials_iterator) argument
671 struct cc_ccache *c = (struct cc_ccache *)in_ccache;
738 ccache_get_last_default_time(cc_ccache_t in_ccache, cc_time_t *out_last_default_time) argument
740 struct cc_ccache *s = (struct cc_ccache *)in_ccache;
755 ccache_get_change_time(cc_ccache_t in_ccache, cc_time_ argument
767 ccache_compare(cc_ccache_t in_ccache, cc_ccache_t in_compare_to_ccache, cc_uint32 *out_equal) argument
803 ccache_get_kdc_time_offset(cc_ccache_t in_ccache, cc_uint32 in_credentials_version, cc_time_t *out_time_offset) argument
857 ccache_wait_for_change(cc_ccache_t in_ccache) argument
[all...]
/macosx-10.10/MITKerberosShim-66/Kerberos/
H A DCredentialsCache.h1025 * \param in_ccache a ccache object.
1026 * \param out_credentials_version on exit, the credentials version of \a in_ccache.
1039 cc_int32 (*get_credentials_version) (cc_ccache_t in_ccache,
1043 * \param in_ccache a ccache object.
1044 * \param out_name on exit, a cc_string_t representing the name of \a in_ccache.
1049 cc_int32 (*get_name) (cc_ccache_t in_ccache,
1053 * \param in_ccache a ccache object.
1055 * \param out_principal on exit, a cc_string_t representing the principal of \a in_ccache.
1067 cc_int32 (*get_principal) (cc_ccache_t in_ccache,
1073 * \param in_ccache
[all...]
H A DCredentialsCache2.h242 ccache_p *in_ccache,
248 ccache_p *in_ccache,
254 ccache_p *in_ccache,
261 ccache_p *in_ccache,
267 ccache_p *in_ccache,
273 ccache_p *in_ccache,
279 const ccache_p *in_ccache,
316 const ccache_p *in_ccache,
/macosx-10.10/MITKerberosShim-66/PrivateKerberos/
H A Dkim_ccache.h450 * \param out_ccache on exit, the new ccache object which is a copy of in_ccache.
452 * \param in_ccache a ccache object.
457 kim_ccache in_ccache);
460 * \param in_ccache a ccache object.
462 * \param out_comparison on exit, a comparison of \a in_ccache and
468 kim_error kim_ccache_compare (kim_ccache in_ccache,
473 * \param in_ccache a ccache object.
475 * \param out_krb5_ccache on exit, a new krb5 ccache object which is a copy of in_ccache.
480 kim_error kim_ccache_get_krb5_ccache (kim_ccache in_ccache,
485 * \param in_ccache
[all...]
H A Dkim_credential.h290 * \param out_credential_iterator on exit, a credential iterator object for \a in_ccache.
292 * \param in_ccache a ccache object.
298 kim_ccache in_ccache);
/macosx-10.10/MITKerberosShim-66/include/
H A Dmit-CredentialsCache.h1012 * \param in_ccache a ccache object.
1013 * \param out_credentials_version on exit, the credentials version of \a in_ccache.
1026 cc_int32 (*get_credentials_version) (cc_ccache_t in_ccache,
1030 * \param in_ccache a ccache object.
1031 * \param out_name on exit, a cc_string_t representing the name of \a in_ccache.
1036 cc_int32 (*get_name) (cc_ccache_t in_ccache,
1040 * \param in_ccache a ccache object.
1042 * \param out_principal on exit, a cc_string_t representing the principal of \a in_ccache.
1054 cc_int32 (*get_principal) (cc_ccache_t in_ccache,
1060 * \param in_ccache
[all...]
H A Dmit-CredentialsCache2.h242 ccache_p *in_ccache,
248 ccache_p *in_ccache,
254 ccache_p *in_ccache,
261 ccache_p *in_ccache,
267 ccache_p *in_ccache,
273 ccache_p *in_ccache,
279 const ccache_p *in_ccache,
316 const ccache_p *in_ccache,

Completed in 140 milliseconds