Lines Matching defs:published
171 isc_stdtime_t published, syncpublish;
177 ret = dst_key_gettime(key, DST_TIME_PUBLISH, &published);
187 syncpublish = published + dst_key_getttl(key) +
194 zrrsig_present = published + ttlsig +
208 * 2. If there is no published time set, also super weird, set it now.
214 * This returns when the successor key needs to be published in the zone.
711 * Key x is currently published and is going to be replaced by y. The
1138 * If no DNSKEYs are published, the state of the signatures is
1139 * irrelevant. In case a DNSKEY is published however, there
1390 * RFC 7583: The successor DS record is published in
1747 * Calculate when the successor needs to be published
1887 * creation time as published and active time,
2372 keystr, dspublish ? "published" : "withdrawn",
2573 " published: ", DST_KEY_DNSKEY,
2700 isc_stdtime_t active = 0, published = 0, inactive = 0,
2723 &published));
2745 if (published <= now) {
2748 if ((published + key_ttl) <= now) {