Home
last modified time | relevance | path

Searched refs:skew_min (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/validator/
H A Dvalidator.h92 int32_t skew_min; member
H A Dval_sigcrypt.c1453 if(skew < (uint32_t)ve->skew_min) skew = ve->skew_min; in check_dates()
1468 if(skew < (uint32_t)ve->skew_min) skew = ve->skew_min; in check_dates()
H A Dvalidator.c157 val_env->skew_min = cfg->val_sig_skew_min; in val_apply_cfg()