Searched defs:currenttime (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dvalid_times.c41 krb5_timestamp currenttime, starttime; local
44 if ((retval = krb5_timeofday(context, &currenttime)))
53 if (starttime - currenttime > context->clockskew)
56 if ((currenttime - times->endtime) > context->clockskew)
H A Drd_req_dec.c129 krb5_timestamp currenttime, skew; local
132 retval = krb5_timeofday(context, &currenttime);
136 skew = labs((date)-currenttime);
568 krb5_timestamp currenttime; local
571 retval = krb5_timeofday(context, &currenttime);
574 if (!(labs((date)-currenttime) < context->clockskew))

Completed in 45 milliseconds