Home | History | Annotate | Download | only in ssl

Lines Matching defs:skew

1960 	krb5_deltat 	skew;
1966 skew = get_rc_clockskew(context);
1970 if (atime && labs(atime - now) >= skew) return SSL_R_KRB5_S_TKT_SKEW;
1975 if (start - now > skew) return SSL_R_KRB5_S_TKT_NYV;
1976 if ((now - ttimes->endtime) > skew) return SSL_R_KRB5_S_TKT_EXPIRED;
1980 start, atime, now, skew, ttimes->endtime);