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

Lines Matching refs:in_ccache

450  * \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 a ccache object.
486 * \param out_name on exit, the name string of \a in_ccache.
490 kim_error kim_ccache_get_name (kim_ccache in_ccache,
494 * \param in_ccache a ccache object.
495 * \param out_type on exit, the type string of \a in_ccache.
499 kim_error kim_ccache_get_type (kim_ccache in_ccache,
503 * \param in_ccache a ccache object.
504 * \param out_display_name on exit, the type and name of \a in_ccache in a format appropriate for
511 kim_error kim_ccache_get_display_name (kim_ccache in_ccache,
515 * \param in_ccache a ccache object.
517 * \a in_ccache. Must be freed with kim_identity_free().
521 kim_error kim_ccache_get_client_identity (kim_ccache in_ccache,
525 * \param in_ccache a ccache object.
526 * \param out_credential on exit, the first valid credential in \a in_ccache.
536 kim_error kim_ccache_get_valid_credential (kim_ccache in_ccache,
540 * \param in_ccache a ccache object.
541 * \param out_state on exit, the state of the credentials in \a in_ccache.
550 kim_error kim_ccache_get_state (kim_ccache in_ccache,
554 * \param in_ccache a ccache object.
555 * \param out_start_time on exit, the time when the credentials in \a in_ccache
560 kim_error kim_ccache_get_start_time (kim_ccache in_ccache,
564 * \param in_ccache a ccache object.
566 * \a in_ccache will expire. May be in the past or future.
570 kim_error kim_ccache_get_expiration_time (kim_ccache in_ccache,
574 * \param in_ccache a ccache object.
575 * \param out_renewal_expiration_time on exit, the time when the credentials in \a in_ccache
580 kim_error kim_ccache_get_renewal_expiration_time (kim_ccache in_ccache,
584 * \param in_ccache a ccache object.
586 * options of the credentials in \a in_ccache.
590 kim_error kim_ccache_get_options (kim_ccache in_ccache,
603 * \param in_ccache a ccache object containing the TGT credential to be verified.
615 kim_error kim_ccache_verify (kim_ccache in_ccache,
621 * \param in_ccache a ccache object containing a TGT to be renewed.
626 kim_error kim_ccache_renew (kim_ccache in_ccache,
630 * \param in_ccache a ccache object containing a TGT to be validated.
635 kim_error kim_ccache_validate (kim_ccache in_ccache,