Home
last modified time | relevance | path

Searched refs:k5_time_with_offset (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dustime.c40 k5_time_with_offset(krb5_timestamp offset, krb5_int32 offset_usec, in k5_time_with_offset() function
77 return k5_time_with_offset(os_ctx->time_offset, os_ctx->usec_offset, in krb5_us_timeofday()
H A Dos-proto.h234 krb5_error_code k5_time_with_offset(krb5_timestamp offset,
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dget_in_tkt.c691 return k5_time_with_offset(ctx->pa_offset, ctx->pa_offset_usec, in k5_init_creds_current_time()
1433 if (k5_time_with_offset(0, 0, &now, &usec) != 0) in note_req_timestamp()