Home
last modified time | relevance | path

Searched refs:clockskew (Results 1 – 19 of 19) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/rcache/
H A Dt_rcfile2.c59 const uint32_t clockskew) in test_store() argument
63 ctx->clockskew = clockskew; in test_store()
77 const uint32_t clockskew = 5, start = 1000; in expiry_test() local
81 assert((uint32_t)reps < (UINT32_MAX - start) / clockskew / 2); in expiry_test()
82 for (i = 0, timestamp = start; i < reps; i++, timestamp += clockskew * 2) { in expiry_test()
87 ret = test_store(filename, tag, timestamp, clockskew); in expiry_test()
H A Dt_memrcache.c69 context->clockskew = 100; in main()
H A Dmemrcache.c143 if (!ts_after(now, ts_incr(e->timestamp, context->clockskew))) in k5_memrcache_store()
H A Drc_file2.c223 ret = store(context, fd, tag, now, context->clockskew); in k5_rcfile2_store()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dvalid_times.c50 if (ts_after(starttime, ts_incr(currenttime, context->clockskew))) in krb5int_validate_times()
53 if (ts_after(currenttime, ts_incr(times->endtime, context->clockskew))) in krb5int_validate_times()
H A Dt_copy_context.c78 check(c->clockskew == r->clockskew); in check_context()
131 ctx->clockskew = 18; in main()
H A Dser_ctx.c151 kret = krb5_ser_pack_int32((krb5_int32) context->clockskew, in k5_externalize_context()
273 context->clockskew = (krb5_deltat) ibuf; in k5_internalize_context()
H A Dgc_via_tkt.c304 context->clockskew)) { in krb5int_process_tgs_reply()
H A Dinit_ctx.c252 ctx->clockskew = tmp; in krb5_init_context_profile()
H A Dget_in_tkt.c268 context->clockskew)) in verify_as_reply()
/freebsd/crypto/heimdal/
H A Dkrb5.conf3 clockskew = 300
/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dcontext_time.c52 start = ctx->initiate ? now : ts_incr(now, -ctx->k5_context->clockskew); in krb5_gss_context_time()
H A Dinq_context.c116 start = ctx->initiate ? now : ts_incr(now, -context->clockskew); in krb5_gss_inquire_context()
H A Daccept_sec_context.c345 *time_rec = ts_interval(ts_incr(now, -ctx->k5_context->clockskew), in kg_accept_dce()
1131 *time_rec = ts_interval(ts_incr(now, -context->clockskew), in kg_accept_krb5()
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dtimeofday.c63 if (!ts_within(date, currenttime, context->clockskew)) in krb5_check_clockskew()
/freebsd/crypto/krb5/src/clients/ksu/
H A Dccache.c259 context->clockskew); in krb5_check_exp()
266 if (ts_after(currenttime, ts_incr(tkt_time.endtime, context->clockskew))) { in krb5_check_exp()
/freebsd/crypto/krb5/src/kdc/
H A Dkdc_preauth.c349 return context->clockskew; in max_time_skew()
/freebsd/crypto/krb5/src/include/
H A Dk5-int.h1207 krb5_deltat clockskew; member
/freebsd/crypto/krb5/src/include/krb5/
H A Dkrb5.hin5234 * cross-realm policy, clockskew, and ticket validation times.