Searched refs:key_ttl (Results 1 - 6 of 6) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | dnssec-zkt.c | 550 int key_ttl; local 603 key_ttl = conf->key_ttl; 638 fprintf (stdout, "\t keys ttl %d %s\n", key_ttl, age2str (key_ttl)); 663 if ( !create_parent_file (path, phase, key_ttl, dkp) ) 674 if ( parent_age < conf->proptime + key_ttl ) 676 conf->proptime + key_ttl - parent_age, 677 str_delspace (age2str (conf->proptime + key_ttl - parent_age))); 681 if ( !create_parent_file (path, phase, key_ttl, dk [all...] |
H A D | zkt-keyman.c | 457 int key_ttl; local 510 key_ttl = conf->key_ttl; 545 fprintf (stdout, "\t keys ttl %d %s\n", key_ttl, age2str (key_ttl)); 570 if ( !create_parent_file (path, phase, key_ttl, dkp) ) 581 if ( parent_age < conf->proptime + key_ttl ) 583 conf->proptime + key_ttl - parent_age, 584 str_delspace (age2str (conf->proptime + key_ttl - parent_age))); 588 if ( !create_parent_file (path, phase, key_ttl, dk [all...] |
H A D | rollover.c | 271 if ( !create_parent_file (path, 1, z->key_ttl, ksk) ) 298 parent_keyttl = z->key_ttl; 303 if ( parfile_age > z->proptime + z->key_ttl ) /* can we go to phase 2 ? */ 307 if ( !create_parent_file (path, currphase+1, z->key_ttl, ksk) ) 313 verbmesg (2, z, "\t\tkskrollover: we are in state 1 and waiting for propagation of the new key (parentfile %dsec < prop %dsec + keyttl %dsec\n", parfile_age, z->proptime, z->key_ttl); 427 lg_mesg (LG_DEBUG, "Stb time+wait: %s", time2str (dki_time (standbykey) + min (DAYSEC * 30, z->key_ttl), 's')); 431 if ( currtime > exptime && currtime > dki_time (standbykey) + min (ADD_HOLD_DOWN, z->key_ttl) ) 609 if ( nextkey && dki_age (nextkey, currtime) > z->key_ttl + z->proptime )
|
H A D | zconf.h | 149 long key_ttl; member in struct:zconf
|
H A D | zconf.c | 153 { "Key_TTL", 90, 100, CONF_TIMEINT, &def.key_ttl }, 154 { "DnsKeyTTL", 101, last, CONF_TIMEINT, &def.key_ttl }, 252 set_varptr ("key_ttl", &cp->key_ttl, cp2 ? &cp2->key_ttl: NULL);
|
H A D | zkt-signer.c | 103 static int writekeyfile (const char *fname, const dki_t *list, int key_ttl); 594 if ( !writekeyfile (path, zp->keys, zp->conf->key_ttl) ) 790 static int writekeyfile (const char *fname, const dki_t *list, int key_ttl) argument 817 dki_prt_dnskeyttl (dkp, fp, key_ttl);
|
Completed in 21 milliseconds