Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/validator/
H A Dvalidator.h95 int32_t skew_max; member
H A Dval_sigcrypt.c1454 if(skew > (uint32_t)ve->skew_max) skew = ve->skew_max; in check_dates()
1469 if(skew > (uint32_t)ve->skew_max) skew = ve->skew_max; in check_dates()
H A Dvalidator.c158 val_env->skew_max = cfg->val_sig_skew_max; in val_apply_cfg()