Searched defs:key_ttl (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Ddnssec-zkt.c550 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 Dzkt-keyman.c457 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 Dzkt-signer.c103 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);
H A Dzconf.h149 long key_ttl; member in struct:zconf

Completed in 35 milliseconds