Searched refs:origttl (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/unbound/validator/
H A Dval_sigcrypt.c1334 int32_t origttl, expittl, expi, incep, now; local
1335 memmove(&origttl, orig_p, sizeof(origttl));
1340 origttl = ntohl(origttl);
1350 * origttl: original TTL from signature, authoritative TTL max.
1354 * Use the smallest of these, but don't let origttl set the TTL
1357 if(MIN_TTL > (time_t)origttl && d->ttl > MIN_TTL) {
1362 else if(MIN_TTL <= origttl && d->ttl > (time_t)origttl) {
[all...]
H A Dautotrust.c1273 /* rrsig: 2(rdlen), 2(type) 1(alg) 1(v) 4(origttl), then 4(expi), (4)incep) */
1470 time_t origttl, int* changed)
1476 if(origttl/2 < x)
1477 x = origttl/2;
1489 if(origttl/10 < x)
1490 x = origttl/10;
1502 verbose(VERB_ALGO, "orig_ttl is %d", (int)origttl);
1469 set_tp_times(struct trust_anchor* tp, time_t rrsig_exp_interval, time_t origttl, int* changed) argument

Completed in 58 milliseconds