Lines Matching refs:ccache
228 krb5_ccache ccache, in print_tickets() argument
248 krb5_cc_get_type(context, ccache), in print_tickets()
249 krb5_cc_get_name(context, ccache)); in print_tickets()
252 ret = krb5_cc_get_friendly_name(context, ccache, &name); in print_tickets()
262 krb5_cc_get_version(context, ccache)); in print_tickets()
264 krb5_cc_set_flags(context, ccache, KRB5_TC_NOTICKET); in print_tickets()
267 ret = krb5_cc_get_kdc_offset(context, ccache, &sec); in print_tickets()
289 ret = krb5_cc_start_seq_get (context, ccache, &cursor); in print_tickets()
303 ccache, in print_tickets()
317 ret = krb5_cc_end_seq_get (context, ccache, &cursor); in print_tickets()
333 krb5_ccache ccache, in check_for_tgt() argument
353 ret = krb5_cc_retrieve_cred (context, ccache, 0, &pattern, &creds); in check_for_tgt()
449 display_v5_ccache (krb5_context context, krb5_ccache ccache, in display_v5_ccache() argument
458 ret = krb5_cc_get_principal (context, ccache, &principal); in display_v5_ccache()
463 krb5_cc_get_name(context, ccache)); in display_v5_ccache()
469 exit_status = check_for_tgt (context, ccache, principal, NULL); in display_v5_ccache()
471 print_tickets (context, ccache, principal, do_verbose, in display_v5_ccache()
474 ret = krb5_cc_close (context, ccache); in display_v5_ccache()