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

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dacorn_filecore.h32 grub_uint8_t skew; member in struct:grub_filecore_disc_record
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drd_req_dec.c231 * Same as krb5int_check_clockskew() plus return the skew in seconds.
238 krb5_timestamp currenttime, skew; local
245 skew = labs((date)-currenttime);
246 if (!(skew < context->clockskew)) {
247 *ret_skew = skew;
270 krb5_timestamp skew = 0; /* Solaris Kerberos */ local
512 &skew))) {
521 "Clock skew too great: client '%s' AP request with ticket for '%s'. Skew is %dm (allowable %dm)."),
524 skew > 0 ? skew/6
[all...]

Completed in 38 milliseconds