Lines Matching defs:when
166 * Set the SyncPublish time (when the DS may be submitted to the parent).
214 * This returns when the successor key needs to be published in the zone.
289 * Not sure what to do when dst_key_getbool() fails here. Extending
1076 * DS HIDDEN, or when their DS is not HIDDEN, there must be a
1148 * This means when we do rollovers, we want to follow the rules of the
1282 * Calculate the time when it is safe to do the next transition.
1288 isc_stdtime_t now, isc_stdtime_t *when) {
1297 *when = now;
1446 *when = nexttime;
1478 isc_stdtime_t when;
1561 when = now;
1563 &when);
1564 if (when > now) {
1575 when - now);
1576 if (*nexttime == 0 || *nexttime > when) {
1577 *nexttime = when;
1747 * Calculate when the successor needs to be published
2307 isc_stdtime_t now, isc_stdtime_t when, bool dspublish,
2349 dst_key_settime(ksk_key->key, DST_TIME_DSPUBLISH, when);
2356 dst_key_settime(ksk_key->key, DST_TIME_DSDELETE, when);
2368 isc_stdtime_tostring(when, timestr, sizeof(timestr));
2393 isc_stdtime_t now, isc_stdtime_t when, bool dspublish) {
2394 return keymgr_checkds(kasp, keyring, now, when, dspublish, 0, 0, false);
2399 isc_stdtime_t now, isc_stdtime_t when, bool dspublish,
2401 return keymgr_checkds(kasp, keyring, now, when, dspublish, id, alg,
2410 isc_stdtime_t when = 0;
2415 ret = dst_key_gettime(key, kt, &when);
2418 } else if (now < when) {
2425 isc_stdtime_tostring(when, timestr, sizeof(timestr));
2609 isc_stdtime_t now, isc_stdtime_t when, dns_keytag_t id,
2657 * Usually when is set to now, which is before the scheduled
2665 retire = when + prepub;