Lines Matching refs:ccache
70 krb5_ccache ccache, in print_tickets() argument
86 krb5_cc_get_type(context, ccache), in print_tickets()
87 krb5_cc_get_name(context, ccache)); in print_tickets()
91 ret = krb5_cc_start_seq_get (context, ccache, &cursor); in print_tickets()
100 ccache, in print_tickets()
111 ret = krb5_cc_end_seq_get (context, ccache, &cursor); in print_tickets()
125 krb5_ccache ccache; in klist5() local
136 ret = krb5_cc_resolve(context, k5ccname, &ccache); in klist5()
138 ret = krb5_cc_default (context, &ccache); in klist5()
144 ret = krb5_cc_get_principal (context, ccache, &principal); in klist5()
148 krb5_cc_get_name(context, ccache)); in klist5()
154 exit_status = print_tickets (context, ccache, principal); in klist5()
156 ret = krb5_cc_close (context, ccache); in klist5()