Searched refs:ts_interval (Results 1 – 10 of 10) sorted by relevance
| /freebsd/crypto/krb5/src/lib/gssapi/krb5/ |
| H A D | context_time.c | 53 *time_rec = ts_interval(start, ctx->krb_times.endtime); in krb5_gss_context_time()
|
| H A D | inq_cred.c | 129 lifetime = ts_interval(now, cred->expire); in krb5_gss_inquire_cred()
|
| H A D | s4u_gss_glue.c | 282 *time_rec = ts_interval(now, cred->expire); in kg_compose_deleg_cred()
|
| H A D | inq_context.c | 117 lifetime = ts_interval(start, ctx->krb_times.endtime); in krb5_gss_inquire_context()
|
| H A D | init_sec_context.c | 647 *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 D | accept_sec_context.c | 345 *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 D | acquire_cred.c | 882 *time_rec = ts_interval(now, cred->expire); in acquire_cred_context()
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cc_keyring.c | 765 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 D | k5-int.h | 2334 ts_interval(krb5_timestamp start, krb5_timestamp end) in ts_interval() function
|
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | get_in_tkt.c | 1552 interval = ts_interval(now, pw_exp); in warn_pw_expiry()
|