Searched refs:max_skew (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Drd_priv.c139 abs(*part.timestamp - sec) > context->max_skew) {
H A Drd_safe.c162 abs(*safe.safe_body.timestamp - sec) > context->max_skew) {
H A Dkrb5_locl.h258 time_t max_skew; member in struct:krb5_context_data
H A Dticket.c779 && abs(tmp_time - sec_now) > context->max_skew) {
784 (int)context->max_skew);
H A Drd_cred.c226 > context->max_skew) {
H A Dcontext.c102 INIT_FIELD(context, time, max_skew, 5 * 60, "clockskew");
1396 return context->max_skew;
1411 context->max_skew = t;
H A Drd_req.c243 if(start - now > context->max_skew
250 if(now - t.endtime > context->max_skew) {
444 if (abs(ac->authenticator->ctime - now) > context->max_skew) {
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dkerberos5.c1299 if (abs(kdc_time - p.patimestamp) > context->max_skew) {
1311 context->max_skew,
H A Dpkinit.c104 if (a->ctime == 0 || abs(a->ctime - now) > context->max_skew) {
126 if (a->ctime == 0 || abs(a->ctime - now) > context->max_skew) {
H A Ddigest.c608 if (abs((kdc_time & 0xffffffff) - t) > context->max_skew) {
H A Dkrb5tgs.c457 }else if(b->from && *b->from > kdc_time + context->max_skew){

Completed in 188 milliseconds