Searched refs:endtime (Results 1 - 9 of 9) sorted by relevance

/sssd/src/providers/krb5/
H A Dkrb5_ccache.h34 time_t endtime; member in struct:tgt_times
H A Dkrb5_renew_tgt.c366 if (tgtt.renew_till > tgtt.endtime && tgtt.renew_till > now &&
367 tgtt.endtime > now) {
593 renew_data->lifetime = tgtt->endtime;
595 0.5 *(tgtt->endtime - tgtt->starttime));
H A Dkrb5_ccache.c532 mcred.times.endtime = time(NULL);
627 tgtt->endtime = cred.times.endtime;
H A Dkrb5_child_handler.c680 tgtt.endtime = int64_to_time_t(time_data);
684 tgtt.authtime, tgtt.starttime, tgtt.endtime, tgtt.renew_till);
H A Dkrb5_child.c1049 t[2] = (int64_t) kr->creds->times.endtime;
2043 tgtt->endtime = cred.times.endtime;
2129 if (tgtt.endtime > time(NULL)) {
2205 if (tgtt.endtime < time(NULL)) {
H A Dkrb5_auth.c1076 (res->tgtt.renew_till > res->tgtt.endtime) &&
/sssd/src/tests/cmocka/
H A Dtest_copy_ccache.c89 test_creds.times.endtime = 3333;
/sssd/src/tests/
H A Dkrb5_child-test.c321 printf("\n\t\tValid until\t"); printtime(cred->times.endtime);
/sssd/src/providers/ldap/
H A Dldap_child.c522 *expire_time_out = my_creds.times.endtime - kdc_time_offset;

Completed in 758 milliseconds