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

/osnet-11/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.c238 krb5_timestamp currenttime, skew; local
241 retval = krb5_timeofday(context, &currenttime);
245 skew = labs((date)-currenttime);

Completed in 57 milliseconds