Lines Matching refs:creds
237 krb5_creds creds; in print_tickets() local
305 &creds)) == 0) { in print_tickets()
306 if (!do_hidden && krb5_is_config_principal(context, creds.server)) { in print_tickets()
309 print_cred_verbose(context, &creds); in print_tickets()
311 print_cred(context, &creds, ct, do_flags); in print_tickets()
313 krb5_free_cred_contents (context, &creds); in print_tickets()
339 krb5_creds creds; in check_for_tgt() local
353 ret = krb5_cc_retrieve_cred (context, ccache, 0, &pattern, &creds); in check_for_tgt()
361 expired = time(NULL) > creds.times.endtime; in check_for_tgt()
364 *expiration = creds.times.endtime; in check_for_tgt()
366 krb5_free_cred_contents (context, &creds); in check_for_tgt()