Lines Matching refs:inception
245 dns_name_t *creator, isc_stdtime_t inception,
371 tkey->inception = inception;
469 && tkey->inception != tkey->expire
526 unsigned int inception, expire;
535 creatorstr, &inception, &expire, algorithmstr, keystr);
579 ISC_TRUE, creator, inception,
604 tkey->inception, tkey->expire, algorithmstr,
673 dns_name_t *creator, isc_stdtime_t inception,
776 inception, expire, mctx, ring, key);
1874 if (key->inception != key->expire && isc_serial_lt(key->expire, now)) {
1886 * MPAXXX We really should look at the inception time.
1888 if (key->inception != key->expire &&
1889 isc_serial_lt(key->inception, now)) {