Home
last modified time | relevance | path

Searched refs:ts_interval (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dcontext_time.c53 *time_rec = ts_interval(start, ctx->krb_times.endtime); in krb5_gss_context_time()
H A Dinq_cred.c129 lifetime = ts_interval(now, cred->expire); in krb5_gss_inquire_cred()
H A Ds4u_gss_glue.c282 *time_rec = ts_interval(now, cred->expire); in kg_compose_deleg_cred()
H A Dinq_context.c117 lifetime = ts_interval(start, ctx->krb_times.endtime); in krb5_gss_inquire_context()
H A Dinit_sec_context.c647 *time_rec = ts_interval(now, ctx->krb_times.endtime); in kg_new_connection()
849 *time_rec = ts_interval(now, ctx->krb_times.endtime); in mutual_auth()
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()
H A Dacquire_cred.c882 *time_rec = ts_interval(now, cred->expire); in acquire_cred_context()
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_keyring.c765 timeout = ts_after(endtime, now) ? ts_interval(now, endtime) : 1; in update_keyring_expiration()
1346 ts_interval(now, creds->times.endtime)); in krcc_store()
/freebsd/crypto/krb5/src/include/
H A Dk5-int.h2334 ts_interval(krb5_timestamp start, krb5_timestamp end) in ts_interval() function
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dget_in_tkt.c1552 interval = ts_interval(now, pw_exp); in warn_pw_expiry()