Home
last modified time | relevance | path

Searched refs:ts_within (Results 1 – 4 of 4) sorted by relevance

/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/lib/krb5/krb/
H A Dgc_via_tkt.c303 !ts_within(dec_rep->enc_part2->times.starttime, timestamp, in krb5int_process_tgs_reply()
H A Dget_in_tkt.c267 !ts_within(as_reply->enc_part2->times.starttime, time_now, in verify_as_reply()
/freebsd/crypto/krb5/src/include/
H A Dk5-int.h2358 ts_within(krb5_timestamp a, krb5_timestamp b, krb5_deltat d) in ts_within() function