Symbol: ts_incr
crypto/krb5/src/clients/ksu/ccache.c
266
if (ts_after(currenttime, ts_incr(tkt_time.endtime, context->clockskew))) {
crypto/krb5/src/include/k5-int.h
2360
return !ts_after(a, ts_incr(b, d)) && !ts_after(b, ts_incr(a, d));
crypto/krb5/src/kadmin/server/auth.c
243
ts_after(ent->princ_expire_time, ts_incr(now, rs->princ_lifetime)))
crypto/krb5/src/kadmin/server/auth.c
249
ts_after(ent->pw_expiration, ts_incr(now, rs->pw_lifetime)))
crypto/krb5/src/kdc/do_tgs_req.c
838
ts_incr(times->starttime, hlife));
crypto/krb5/src/kdc/kdc_preauth.c
541
if (ts_after(now, ts_incr(token_ts, FRESHNESS_LIFETIME)))
crypto/krb5/src/kdc/kdc_util.c
1703
*out_endtime = ts_incr(starttime, life);
crypto/krb5/src/kdc/kdc_util.c
1747
rtime = ts_min(rtime, ts_incr(times->starttime, max_rlife));
crypto/krb5/src/kdc/policy.c
96
times->endtime = ts_min(ts_incr(now, life), times->endtime);
crypto/krb5/src/kdc/policy.c
98
times->renew_till = ts_min(ts_incr(now, rlife), times->renew_till);
crypto/krb5/src/kdc/replay.c
60
#define STALE(ptr, now) (ts_after(now, ts_incr((ptr)->timein, STALE_TIME)))
crypto/krb5/src/lib/gssapi/krb5/accept_sec_context.c
1131
*time_rec = ts_interval(ts_incr(now, -context->clockskew),
crypto/krb5/src/lib/gssapi/krb5/accept_sec_context.c
345
*time_rec = ts_interval(ts_incr(now, -ctx->k5_context->clockskew),
crypto/krb5/src/lib/gssapi/krb5/acquire_cred.c
557
soon = ts_incr(now, 30);
crypto/krb5/src/lib/gssapi/krb5/acquire_cred.c
587
refresh = ts_incr(times->starttime,
crypto/krb5/src/lib/gssapi/krb5/context_time.c
52
start = ctx->initiate ? now : ts_incr(now, -ctx->k5_context->clockskew);
crypto/krb5/src/lib/gssapi/krb5/iakerb.c
542
creds.times.endtime = ts_incr(now, time_req);
crypto/krb5/src/lib/gssapi/krb5/iakerb.c
747
in_creds.times.endtime = ts_incr(now, time_req);
crypto/krb5/src/lib/gssapi/krb5/init_sec_context.c
563
ctx->krb_times.endtime = ts_incr(now, time_req);
crypto/krb5/src/lib/gssapi/krb5/inq_context.c
116
start = ctx->initiate ? now : ts_incr(now, -context->clockskew);
crypto/krb5/src/lib/kadm5/chpass_util.c
217
until = ts_incr(princ_ent.last_pwd_change, policy_ent.pw_min_life);
crypto/krb5/src/lib/kadm5/srv/svr_principal.c
1336
kdb->pw_expiration = ts_incr(now, pol.pw_max_life);
crypto/krb5/src/lib/kadm5/srv/svr_principal.c
1467
kdb->pw_expiration = ts_incr(now, pol.pw_max_life);
crypto/krb5/src/lib/kadm5/srv/svr_principal.c
1729
kdb->pw_expiration = ts_incr(now, pol.pw_max_life);
crypto/krb5/src/lib/kadm5/srv/svr_principal.c
411
kdb->pw_expiration = ts_incr(now, polent.pw_max_life);
crypto/krb5/src/lib/kadm5/srv/svr_principal.c
623
kdb->pw_expiration = ts_incr(kdb->pw_expiration, pol.pw_max_life);
crypto/krb5/src/lib/kadm5/t_kadm5.c
228
assert(ts_incr(g.last_pwd_change, pol.pw_max_life) ==
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
712
from = ts_incr(now, ctx->start_time);
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
716
ctx->request->till = ts_incr(from, ctx->tkt_life);
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
720
ctx->request->rtime = ts_incr(from, ctx->renew_life);
crypto/krb5/src/lib/krb5/krb/valid_times.c
50
if (ts_after(starttime, ts_incr(currenttime, context->clockskew)))
crypto/krb5/src/lib/krb5/krb/valid_times.c
53
if (ts_after(currenttime, ts_incr(times->endtime, context->clockskew)))
crypto/krb5/src/lib/krb5/krb/vfy_increds.c
123
in_creds.times.endtime = ts_incr(in_creds.times.endtime, 5 * 60);
crypto/krb5/src/lib/krb5/os/c_ustime.c
123
if (now.sec == ts_incr(last_time.sec, -1) ||
crypto/krb5/src/lib/krb5/os/c_ustime.c
133
now.sec = ts_incr(now.sec, 1);
crypto/krb5/src/lib/krb5/os/ustime.c
53
sec = ts_incr(sec, 1);
crypto/krb5/src/lib/krb5/os/ustime.c
57
sec = ts_incr(sec, -1);
crypto/krb5/src/lib/krb5/os/ustime.c
59
sec = ts_incr(sec, offset);
crypto/krb5/src/lib/krb5/rcache/memrcache.c
143
if (!ts_after(now, ts_incr(e->timestamp, context->clockskew)))
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
131
return ts_after(now, ts_incr(timestamp, skew));
crypto/krb5/src/plugins/kdb/db2/lockout.c
112
return ts_after(ts_incr(entry->last_failed, lockout_duration), stamp);
crypto/krb5/src/plugins/kdb/db2/lockout.c
205
ts_after(stamp, ts_incr(entry->last_failed, failcnt_interval))) {
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/lockout.c
102
return ts_after(ts_incr(entry->last_failed, lockout_duration), stamp);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/lockout.c
203
ts_after(stamp, ts_incr(entry->last_failed, failcnt_interval))) {
crypto/krb5/src/plugins/kdb/lmdb/lockout.c
100
return ts_after(ts_incr(entry->last_failed, lockout_duration), stamp);
crypto/krb5/src/plugins/kdb/lmdb/lockout.c
172
ts_after(stamp, ts_incr(entry->last_failed, failcnt_interval)))