• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/MITKerberosShim-66/Kerberos/

Lines Matching refs:in_ccache

1025      * \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 a ccache object.
1075 * \param in_principal a C string representing the new principal of \a in_ccache.
1133 * \param in_ccache a ccache object.
1146 cc_int32 (*new_credentials_iterator) (cc_ccache_t in_ccache,
1215 * \param in_ccache a cache object.
1225 cc_int32 (*get_last_default_time) (cc_ccache_t in_ccache,
1229 * \param in_ccache a cache object.
1254 cc_int32 (*get_change_time) (cc_ccache_t in_ccache,
1258 * \param in_ccache a ccache object.
1259 * \param in_compare_to_ccache a ccache object to compare with \a in_ccache.
1264 cc_int32 (*compare) (cc_ccache_t in_ccache,
1269 * \param in_ccache a ccache object.
1271 * \param out_time_offset on exit, the KDC time offset for \a in_ccache for credentials version
1283 cc_int32 (*get_kdc_time_offset) (cc_ccache_t in_ccache,
1288 * \param in_ccache a ccache object.
1290 * \param in_time_offset the new KDC time offset for \a in_ccache for credentials version
1306 * \param in_ccache a ccache object.
1321 * \param in_ccache a ccache object.
1326 * \a in_ccache. By repeatedly calling cc_ccache_wait_for_change() from
1347 cc_int32 (*wait_for_change) (cc_ccache_t in_ccache);